Add ca-certificates update to the integration deps playbook

pull/13639/head
James Cammarata 9 years ago
parent 1f3eec293b
commit 3143b352c5

@ -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…
Cancel
Save