molecule apt-cache fix
This commit is contained in:
parent
807a2dfe7a
commit
85bb5ea34e
|
|
@ -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