main.yml 132 B

12345
  1. ---
  2. #tasks for {{cookiecutter.role_name}}
  3. - include_tasks: install.yml
  4. - include_tasks: configure.yml
  5. - include_tasks: services.yml