Skip to content

Commit b44cd04

Browse files
committed
Add group_vars into molecule job inventory
Without this directory, Molecule would fail with an error: CRITICAL The source path '/home/zuul/src/github.com/openstack-k8s-operators/edpm-ansible/roles/edpm_kernel/molecule/default/../../../../group_vars/' does not exist. WARNING An error occurred during the test sequence action: 'prepare'. Cleaning up. CRITICAL The source path '/home/zuul/src/github.com/openstack-k8s-operators/edpm-ansible/roles/edpm_kernel/molecule/default/../../../../group_vars/' does not exist. Signed-off-by: Daniel Pawlik <[email protected]>
1 parent 95aa63d commit b44cd04

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

roles/edpm_kernel/molecule/default/molecule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ provisioner:
2323
instance:
2424
ansible_connection: local
2525
ansible_host: localhost
26+
group_vars: {}
2627
log: true
2728
name: ansible
2829
playbooks:

roles/edpm_ovs/molecule/default/molecule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ provisioner:
1616
playbooks:
1717
prepare: ../common/default/prepare.yml
1818
cleanup: ../common/default/cleanup.yml
19+
group_vars: {}
1920
verifier:
2021
name: ansible
2122
scenario:

roles/edpm_podman/molecule/default/molecule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ provisioner:
2929
hosts:
3030
instance:
3131
ansible_host: localhost
32+
group_vars: {}
3233
log: true
3334
name: ansible
3435
scenario:

0 commit comments

Comments
 (0)