mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Moving apt cache update to top to ensure cache is updated before deps installed
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
---
|
||||
|
||||
- apt: update_cache=yes
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
- name: Install sudo
|
||||
yum: name=sudo state=installed
|
||||
ignore_errors: true
|
||||
@@ -42,9 +45,6 @@
|
||||
- libselinux-python
|
||||
when: ansible_os_family == 'RedHat'
|
||||
|
||||
- apt: update_cache=yes
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
- name: Install Debian ansible dependencies
|
||||
apt: name="{{ item }}" state=installed update_cache=yes
|
||||
sudo: true
|
||||
|
||||
Reference in New Issue
Block a user