molecule apt-cache fix
This commit is contained in:
parent
77b6ea1efc
commit
7958e28c21
|
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
- name: Prepare
|
||||||
|
hosts: all
|
||||||
|
gather_facts: false
|
||||||
|
tasks:
|
||||||
|
- name: APT Update
|
||||||
|
ansible.builtin.apt:
|
||||||
|
update_cache: true
|
||||||
Loading…
Reference in New Issue