apply single-demo fix to multi-demo JT (#196)
This commit is contained in:
@@ -3,9 +3,6 @@ repos:
|
|||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.4.0
|
rev: v4.4.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: end-of-file-fixer
|
|
||||||
exclude: rhel[89]STIG/.*$
|
|
||||||
|
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
exclude: rhel[89]STIG/.*$
|
exclude: rhel[89]STIG/.*$
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
---
|
---
|
||||||
controller_execution_environments:
|
controller_execution_environments:
|
||||||
- name: product-demos
|
|
||||||
image: quay.io/acme_corp/product-demos-ee:latest
|
|
||||||
- name: Cloud Services Execution Environment
|
- name: Cloud Services Execution Environment
|
||||||
image: quay.io/scottharwell/cloud-ee:latest
|
image: quay.io/scottharwell/cloud-ee:latest
|
||||||
|
|
||||||
|
|||||||
@@ -15,3 +15,5 @@
|
|||||||
- name: Default Components
|
- name: Default Components
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: "infra.controller_configuration.job_launch"
|
name: "infra.controller_configuration.job_launch"
|
||||||
|
vars:
|
||||||
|
controller_dependency_check: false # noqa: var-naming[no-role-prefix]
|
||||||
|
|||||||
Reference in New Issue
Block a user