mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -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.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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user