hotfix: disable controller_configuration check

see https://github.com/redhat-cop/infra.aap_configuration/issues/942
This commit is contained in:
Chris Edillon
2024-10-28 12:58:31 -04:00
parent fd9405ef02
commit 1e266f457a

View File

@@ -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: