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

ansible-playbooks/general#72 All includes are now include_tasks and they...

ansible-playbooks/general#72 All includes are now include_tasks and they always have a tag associated
parent 3ac0437c
No related branches found
No related tags found
No related merge requests found
---
- block:
- import_tasks: install.yml
- import_tasks: test.yml
- include_tasks: install.yml
tags: 'always'
- include_tasks: test.yml
tags: 'update'
- import_tasks: configure.yml
- import_tasks: auth_json.yml
- import_tasks: update.yml
- include_tasks: configure.yml
tags: 'always'
- include_tasks: auth_json.yml
tags: 'always'
- include_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.
Finish editing this message first!
Please register or to comment