mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
yaml cleanup
This commit is contained in:
@@ -168,13 +168,12 @@
|
|||||||
|
|
||||||
- name: Check content sync settings
|
- name: Check content sync settings
|
||||||
block:
|
block:
|
||||||
- debug:
|
- debug:
|
||||||
msg: >
|
msg: >
|
||||||
Collection and role syncing disabled. Check the AWX_ROLES_ENABLED and
|
Collection and role syncing disabled. Check the AWX_ROLES_ENABLED and
|
||||||
AWX_COLLECTIONS_ENABLED settings and Galaxy credentials on the project's organization.
|
AWX_COLLECTIONS_ENABLED settings and Galaxy credentials on the project's organization.
|
||||||
|
|
||||||
- name:
|
- meta: end_play
|
||||||
meta: end_play
|
|
||||||
|
|
||||||
when: not roles_enabled|bool and not collections_enabled|bool
|
when: not roles_enabled|bool and not collections_enabled|bool
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user