apply single-demo fix to multi-demo JT (#196)

This commit is contained in:
Chris Edillon
2024-10-28 13:35:06 -04:00
committed by GitHub
parent fbb6d95736
commit 0f1e4828a3
3 changed files with 2 additions and 5 deletions

View File

@@ -3,9 +3,6 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: end-of-file-fixer
exclude: rhel[89]STIG/.*$
- id: trailing-whitespace
exclude: rhel[89]STIG/.*$

View File

@@ -1,7 +1,5 @@
---
controller_execution_environments:
- name: product-demos
image: quay.io/acme_corp/product-demos-ee:latest
- name: Cloud Services Execution Environment
image: quay.io/scottharwell/cloud-ee:latest

View File

@@ -15,3 +15,5 @@
- name: Default Components
ansible.builtin.include_role:
name: "infra.controller_configuration.job_launch"
vars:
controller_dependency_check: false # noqa: var-naming[no-role-prefix]