1
0
Fork 0
forked from infra/ansible

ELNBuildSync: enable redeployment

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

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 14:09:44 -04:00
commit db494be972
Signed by untrusted user: sgallagh
GPG key ID: 45DB85A568286D11

View file

@ -156,3 +156,8 @@
object_app: elnbuildsync
object_template: deployment.yml.j2
object_objectname: deployment.yml
vars:
object_always_apply: "{{ 'true' if ('build' in ansible_run_tags or 'redeploy' in ansible_run_tags) else 'false' }}"
tags:
- build
- redeploy