mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Removing update all for test deps, it didn't fix the problem
This commit is contained in:
@@ -55,12 +55,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
|
||||
|
||||
Reference in New Issue
Block a user