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

ansible-playbooks/general#72 Always use import_tasks or include_tasks instead of just include

parent 4cb88fa4
Branches
No related tags found
No related merge requests found
---
- block:
- include: install.yml
- include: test.yml
- import_tasks: install.yml
- import_tasks: test.yml
tags: 'update'
- include: configure.yml
- include: auth_json.yml
- include: update.yml
- import_tasks: configure.yml
- import_tasks: auth_json.yml
- import_tasks: 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