--- - name: update pacman cache pacman: update_cache: yes - name: install packages for admins pacman: name: '{{ item }}' state: present with_items: - rxvt-unicode-terminfo - bash-completion - vim - htop