Files
ansible-role-common/molecule/default/converge.yml
Aaron Guise 3ea8059b0f
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
[CI_SKIP] Allow test to work if directory named different
2023-10-08 23:03:31 +13:00

8 lines
169 B
YAML

---
- name: Converge
hosts: all
tasks:
- name: "Include common"
include_role:
name: "{{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') | basename }}"