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