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:
parent
d880671e4f
commit
db494be972
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue