Add ca-certificates update to the integration deps playbook

pull/13663/head
James Cammarata 9 years ago committed by Toshio Kuratomi
parent 69eb22c652
commit ed4ad5f6fb

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