diff --git a/molecule/default/prepare.yml b/molecule/default/prepare.yml index f696c09..4325701 100644 --- a/molecule/default/prepare.yml +++ b/molecule/default/prepare.yml @@ -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: