cookiecutter-ansible-role/{{cookiecutter.author}}.{{cookiecutter.role_name}}/molecule/{{cookiecutter.molecule_scenario | replace('-', '')}}/converge.yml
2020-03-21 14:46:00 +01:00

6 lines
112 B
YAML

---
- name: Converge
hosts: all
roles:
- role: "{{ cookiecutter.author }}.{{ cookiecutter.role_name }}"