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 3929c0e commit 8ca986e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@

- name: Prepare
hosts: all
gather_facts: no
tasks:
- name: Installing Role dependencies
ansible.builtin.apt:
name: ['kmod']
state: present
update_cache: true

- name: Prepare tester
hosts: test-ag-nftables-tester
gather_facts: no
tasks:
- name: Installing testing utils
ansible.builtin.apt:
Expand Down

0 comments on commit 8ca986e

Please sign in to comment.