Files
ansible-role-common/molecule/default/converge.yml
Aaron Guise b663b49bab
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test unknown status
[SKIP_CI] Just a test
2023-10-08 23:19:09 +13:00

7 lines
168 B
YAML

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