mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 11:11:07 -03:30
Style consistency for task 'when'
This commit is contained in:
@@ -224,7 +224,9 @@
|
|||||||
- "{{ project_path | quote }}/roles/requirements.yml"
|
- "{{ project_path | quote }}/roles/requirements.yml"
|
||||||
- "{{ project_path | quote }}/roles/requirements.yaml"
|
- "{{ project_path | quote }}/roles/requirements.yaml"
|
||||||
changed_when: "'was installed successfully' in galaxy_result.stdout"
|
changed_when: "'was installed successfully' in galaxy_result.stdout"
|
||||||
when: roles_enabled | bool and req_file is file
|
when:
|
||||||
|
- roles_enabled | bool
|
||||||
|
- req_file is file
|
||||||
tags:
|
tags:
|
||||||
- install_roles
|
- install_roles
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user