Files
ansible-role-common/molecule/default/converge.yml

10 lines
219 B
YAML
Raw Normal View History

2022-03-11 12:15:02 +13:00
---
- name: Converge
hosts: all
2025-04-14 11:17:32 +12:00
vars:
ansible_remote_tmp: /tmp/.ansible/tmp
2022-03-11 12:15:02 +13:00
tasks:
2022-11-01 22:30:13 +13:00
- name: "Include common"
2022-03-11 12:15:02 +13:00
include_role:
2023-10-08 23:21:10 +13:00
name: "{{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') | basename }}"