From 0caf263508b1fdd6eea1f5f0e82d09f636b3ccb3 Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Tue, 8 Mar 2022 11:20:57 -0500 Subject: [PATCH] yaml cleanup --- awx/playbooks/project_update.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/awx/playbooks/project_update.yml b/awx/playbooks/project_update.yml index 7673021686..71085800b5 100644 --- a/awx/playbooks/project_update.yml +++ b/awx/playbooks/project_update.yml @@ -168,13 +168,12 @@ - name: Check content sync settings block: - - debug: - msg: > - Collection and role syncing disabled. Check the AWX_ROLES_ENABLED and - AWX_COLLECTIONS_ENABLED settings and Galaxy credentials on the project's organization. + - debug: + msg: > + Collection and role syncing disabled. Check the AWX_ROLES_ENABLED and + 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 tags: