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

Allow to exclude roles from plays with --exclude-roles command line parameter

parent a5e5bb47
No related branches found
No related tags found
No related merge requests found
---
- include: install.yml
- include: test.yml
- include: configure.yml
- include: auth_json.yml
- include: update.yml
when: composer_update == true
- block:
- include: install.yml
- include: test.yml
- include: configure.yml
- include: auth_json.yml
- include: update.yml
when: composer_update == true
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