correct pacman
This commit is contained in:
parent
7c432d23a6
commit
f38e8ed3ad
@ -3,7 +3,6 @@
|
|||||||
- name: install ansible program
|
- name: install ansible program
|
||||||
pacman:
|
pacman:
|
||||||
state: present # not required. choices: absent;latest;present. Desired state of the package.
|
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.
|
name: ['ansible', 'ansible-lint' , 'sshpass'] # not required. Name or list of names of the packages to install, upgrade, or remove.
|
||||||
update_cache: true
|
update_cache: true
|
||||||
become: yes
|
become: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user