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

ansible-playbooks/general#72 Replace include_tasks with import_tasks

parent c6a30052
No related branches found
No related tags found
No related merge requests found
---
- block:
- include_tasks: install.yml
- include_tasks: test.yml
- import_tasks: install.yml
- import_tasks: test.yml
tags: 'update'
- include_tasks: configure.yml
- include_tasks: auth_json.yml
- include_tasks: 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