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

ansible-playbooks/general#85 Name import and include tasks

parent 9be78b4a
No related branches found
No related tags found
No related merge requests found
---
- block:
- import_tasks: install.yml
- import_tasks: test.yml
- name: Import install
import_tasks: install.yml
- name: Import test
import_tasks: test.yml
tags:
- update
- import_tasks: configure.yml
- import_tasks: auth_json.yml
- import_tasks: update.yml
- name: Import configure
import_tasks: configure.yml
- name: Import auth_json
import_tasks: auth_json.yml
- name: Import update
import_tasks: update.yml
when: composer_update == true
tags:
- update
when: not excluded_roles or "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