hotfix: disable controller_configuration check
see https://github.com/redhat-cop/infra.aap_configuration/issues/942
This commit is contained in:
@@ -17,6 +17,8 @@
|
|||||||
- name: Create common demo resources
|
- name: Create common demo resources
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: infra.controller_configuration.dispatch
|
name: infra.controller_configuration.dispatch
|
||||||
|
vars:
|
||||||
|
controller_dependency_check: false # noqa: var-naming[no-role-prefix]
|
||||||
|
|
||||||
- name: Setup demo
|
- name: Setup demo
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
@@ -28,6 +30,8 @@
|
|||||||
- name: Demo Components
|
- name: Demo Components
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: infra.controller_configuration.dispatch
|
name: infra.controller_configuration.dispatch
|
||||||
|
vars:
|
||||||
|
controller_dependency_check: false # noqa: var-naming[no-role-prefix]
|
||||||
|
|
||||||
- name: Log Demo
|
- name: Log Demo
|
||||||
ansible.builtin.uri:
|
ansible.builtin.uri:
|
||||||
|
|||||||
Reference in New Issue
Block a user