corect upgrade option
This commit is contained in:
parent
7c432d23a6
commit
a858f3a7f3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user