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

Replace deprecated "include" directive in Ansible 2.4

parent 4044327d
No related branches found
No related tags found
No related merge requests found
---
- block:
- include: install.yml
- include: test.yml
- include_tasks: install.yml
- include_tasks: test.yml
tags: 'update'
- include: configure.yml
- include: auth_json.yml
- include: update.yml
- include_tasks: configure.yml
- include_tasks: auth_json.yml
- 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.
Please register or to comment