fix "all" tag
This commit is contained in:
parent
f15170b4a7
commit
640066d7e0
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
- name: Import per-project tasks
|
- name: Import per-project tasks
|
||||||
ansible.builtin.include_tasks: project.yml
|
ansible.builtin.include_tasks: project.yml
|
||||||
when: >-
|
when: >-
|
||||||
[(project_definition.key | split('_') | last), "ez_docker_all_hosts"] | intersect(ansible_run_tags) | length > 0
|
[(project_definition.key | split('_') | last), "ez_docker_all_hosts", "all"] | intersect(ansible_run_tags) | length > 0
|
||||||
loop: "{{ ez_docker_projects }}"
|
loop: "{{ ez_docker_projects }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: project_definition
|
loop_var: project_definition
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue