1
0
Fork 0
forked from infra/ansible

ELNBuildSync: Actually apply the service object

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>

rh-pre-commit.version: 2.4.0
rh-pre-commit.check-secrets: ENABLED
This commit is contained in:
Stephen Gallagher 2026-07-07 13:25:37 -04:00
commit eee169398c
Signed by untrusted user: sgallagh
GPG key ID: 45DB85A568286D11

View file

@ -77,6 +77,15 @@
tags:
- build
- role: openshift/object
object_app: elnbuildsync
object_file: service.yml
object_objectname: service.yml
vars:
object_always_apply: "{{ 'true' if 'build' in ansible_run_tags else 'false' }}"
tags:
- build
- role: openshift/object
object_app: elnbuildsync
object_template: buildconfig.yml.j2