corect upgrade option

This commit is contained in:
vincent 2019-08-18 19:51:39 +02:00
parent 7c432d23a6
commit a858f3a7f3

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