diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-06-28 08:41:45 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-06-29 17:06:11 +0200 |
| commit | b56d7963ef003f7d76ff51762673c9bff5323c7e (patch) | |
| tree | 5717b297643ddf033de480bca5bb7a625eb896cf /molecule/debian | |
| parent | 27b34c0a674bdc63be340917d5aadb4952bd705a (diff) | |
Move group_vars around and explicitly set group in molecule testing
Diffstat (limited to 'molecule/debian')
| -rw-r--r-- | molecule/debian/molecule.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/molecule/debian/molecule.yml b/molecule/debian/molecule.yml index 8b63b54a..78790570 100644 --- a/molecule/debian/molecule.yml +++ b/molecule/debian/molecule.yml @@ -28,6 +28,7 @@ provisioner: links: host_vars: "../../host_vars/" group_vars: "../../group_vars/" + inventory: "../inventory.yml" env: ANSIBLE_ROLES_PATH: "../../roles" GITHUB_TOKEN: "{{ lookup('env', 'GITHUB_TOKEN') }}" |
