mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +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
|
- name: Install sudo
|
||||||
yum: name=sudo state=installed
|
yum: name=sudo state=installed
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
@@ -42,9 +45,6 @@
|
|||||||
- libselinux-python
|
- libselinux-python
|
||||||
when: ansible_os_family == 'RedHat'
|
when: ansible_os_family == 'RedHat'
|
||||||
|
|
||||||
- apt: update_cache=yes
|
|
||||||
when: ansible_os_family == 'Debian'
|
|
||||||
|
|
||||||
- name: Install Debian ansible dependencies
|
- name: Install Debian ansible dependencies
|
||||||
apt: name="{{ item }}" state=installed update_cache=yes
|
apt: name="{{ item }}" state=installed update_cache=yes
|
||||||
sudo: true
|
sudo: true
|
||||||
|
|||||||
Reference in New Issue
Block a user