From 1e266f457a162c5f1774dd8c575d6c822c4852ec Mon Sep 17 00:00:00 2001 From: Chris Edillon Date: Mon, 28 Oct 2024 12:58:31 -0400 Subject: [PATCH] hotfix: disable controller_configuration check see https://github.com/redhat-cop/infra.aap_configuration/issues/942 --- setup_demo.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup_demo.yml b/setup_demo.yml index b9fd37d..ca8bf14 100644 --- a/setup_demo.yml +++ b/setup_demo.yml @@ -17,6 +17,8 @@ - name: Create common demo resources ansible.builtin.include_role: name: infra.controller_configuration.dispatch + vars: + controller_dependency_check: false # noqa: var-naming[no-role-prefix] - name: Setup demo hosts: localhost @@ -28,6 +30,8 @@ - name: Demo Components ansible.builtin.include_role: name: infra.controller_configuration.dispatch + vars: + controller_dependency_check: false # noqa: var-naming[no-role-prefix] - name: Log Demo ansible.builtin.uri: