mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Style consistency for task 'when'
This commit is contained in:
parent
4286d411a7
commit
f0f655f2c3
@ -224,7 +224,9 @@
|
||||
- "{{ project_path | quote }}/roles/requirements.yml"
|
||||
- "{{ project_path | quote }}/roles/requirements.yaml"
|
||||
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:
|
||||
- install_roles
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user