mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Add ca-certificates update to the integration deps playbook
This commit is contained in:
@@ -53,6 +53,10 @@
|
||||
- python-virtualenv
|
||||
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
|
||||
apt: name="{{ item }}" state=installed update_cache=yes
|
||||
sudo: true
|
||||
|
||||
Reference in New Issue
Block a user