add sshpass

This commit is contained in:
vincent 2019-01-08 22:03:09 +01:00
parent 61fe231618
commit 92edadadde

View File

@ -1,14 +1,11 @@
--- ---
# tasks file for ansible-manager # 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 - 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. 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 become: yes
- name: install ansible-aur-git - name: install ansible-aur-git