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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue