cookiecutter-ansible-role/{{cookiecutter.author}}.{{cookiecutter.role_name}}/molecule/{{cookiecutter.molecule_scenario | replace('-', '')}}/playbook.yml
2020-01-30 09:13:03 +01:00

6 lines
112 B
YAML

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