mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add ca-certificates update to the integration deps playbook
This commit is contained in:
parent
1f3eec293b
commit
3143b352c5
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@
|
||||||
- python-virtualenv
|
- python-virtualenv
|
||||||
when: ansible_os_family == 'Debian'
|
when: ansible_os_family == 'Debian'
|
||||||
|
|
||||||
|
- name: update ca certificates
|
||||||
|
yum: name=ca-certificates state=latest
|
||||||
|
when: ansible_os_family == 'RedHat'
|
||||||
|
|
||||||
- name: Install ubuntu 12.04 ansible dependencies
|
- name: Install ubuntu 12.04 ansible dependencies
|
||||||
apt: name="{{ item }}" state=installed update_cache=yes
|
apt: name="{{ item }}" state=installed update_cache=yes
|
||||||
sudo: true
|
sudo: true
|
||||||
|
|
Loading…
Reference in a new issue