Removing update all for test deps, it didn't fix the problem

This commit is contained in:
James Cammarata 2015-12-18 15:33:44 -05:00
parent 6a1ebaa1bc
commit c2a29a01a2

View file

@ -52,12 +52,8 @@
- python-virtualenv
when: ansible_os_family == 'Debian'
#- name: update ca certificates
# yum: name=ca-certificates state=latest
# when: ansible_os_family == 'RedHat'
- name: update all rpm packages
yum: name=* state=latest
- name: update ca certificates
yum: name=ca-certificates state=latest
when: ansible_os_family == 'RedHat'
- name: Install ubuntu 12.04 ansible dependencies