correct pacman

This commit is contained in:
vincent 2019-10-19 19:20:57 +02:00
parent 7c432d23a6
commit f38e8ed3ad

View File

@ -3,7 +3,6 @@
- name: install ansible program
pacman:
state: present # not required. choices: absent;latest;present. Desired state of the package.
upgrade: false # not required. Whether or not to upgrade whole system.
name: ['ansible', 'ansible-lint' , 'sshpass'] # not required. Name or list of names of the packages to install, upgrade, or remove.
update_cache: true
become: yes