add sshpass
This commit is contained in:
parent
61fe231618
commit
92edadadde
@ -1,14 +1,11 @@
|
||||
---
|
||||
# tasks file for ansible-manager
|
||||
- name: update cache
|
||||
pacman:
|
||||
update_cache: true # not required. Whether or not to refresh the master package lists. This can be run as part of a package installation or as a separate step.
|
||||
become: yes
|
||||
- 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'] # 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
|
||||
become: yes
|
||||
|
||||
- name: install ansible-aur-git
|
||||
|
Loading…
Reference in New Issue
Block a user