Skip to content
Snippets Groups Projects
Commit c0f60190 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#72 Go back to includes for main.yml files

parent 02b0607f
No related branches found
No related tags found
No related merge requests found
---
- block:
- include_tasks: install.yml
tags: 'always'
- include_tasks: test.yml
- include: install.yml
- include: test.yml
tags: 'update'
- include_tasks: configure.yml
tags: 'always'
- include_tasks: auth_json.yml
tags: 'always'
- include_tasks: update.yml
- include: configure.yml
- include: auth_json.yml
- include: update.yml
when: composer_update == true
tags: 'update'
when: '"composer" not in excluded_roles'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment