Skip to content

Commit

Permalink
molecule apt-cache fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed May 4, 2024
1 parent 26af516 commit c40ef9d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---

- name: Prepare
hosts: all
gather_facts: false
tasks:
- name: APT Update
ansible.builtin.apt:
update_cache: true

0 comments on commit c40ef9d

Please sign in to comment.