diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dcf8cdc..83cc5df 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,6 +57,9 @@ jobs: * fdad:bad:ba55::/64 EOF + - name: Add Vagrant Boxes + run: ./.github/download-boxes.sh + - name: Install dependencies run: | echo "::group::Upgrade pip" diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index d1c4504..6421d71 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -72,6 +72,8 @@ platforms: provisioner: name: ansible + env: + ANSIBLE_VERBOSITY: 3 playbooks: converge: ../resources/converge.yml side_effect: ../resources/reset.yml diff --git a/molecule/ipv6/molecule.yml b/molecule/ipv6/molecule.yml index 38ac495..364788f 100644 --- a/molecule/ipv6/molecule.yml +++ b/molecule/ipv6/molecule.yml @@ -53,6 +53,8 @@ platforms: ssh.password: "vagrant" provisioner: name: ansible + env: + ANSIBLE_VERBOSITY: 3 playbooks: converge: ../resources/converge.yml side_effect: ../resources/reset.yml diff --git a/molecule/single_node/molecule.yml b/molecule/single_node/molecule.yml index 9e45297..43969f0 100644 --- a/molecule/single_node/molecule.yml +++ b/molecule/single_node/molecule.yml @@ -21,6 +21,8 @@ platforms: ip: 192.168.30.50 provisioner: name: ansible + env: + ANSIBLE_VERBOSITY: 3 playbooks: converge: ../resources/converge.yml side_effect: ../resources/reset.yml