cookiecutter-ansible-role/{{cookiecutter.author}}.{{cookiecutter.role_name}}/molecule/{{cookiecutter.molecule_scenario | replace('-', '')}}/converge.yml

6 lines
112 B
YAML
Raw Normal View History

2020-01-30 09:13:03 +01:00
---
- name: Converge
hosts: all
roles:
- role: "{{ cookiecutter.author }}.{{ cookiecutter.role_name }}"