molecule apt-cache fix

This commit is contained in:
AnsibleGuy 2024-05-04 16:31:41 +02:00
parent 77b6ea1efc
commit 7958e28c21
No known key found for this signature in database
GPG Key ID: 52984C069F5AD3CD
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
- name: Prepare
hosts: all
gather_facts: false
tasks:
- name: APT Update
ansible.builtin.apt:
update_cache: true