Update manual playbooks that expect unsuffixed job.yml template
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
b8105d5c0d
commit
ba7712dd43
3 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@
|
|||
- name: Upgrade the database
|
||||
role: openshift/object
|
||||
object_app: datanommer
|
||||
object_template: job.yml
|
||||
object_template: job.yml.j2
|
||||
object_objectname: job.yml
|
||||
|
||||
- name: Wait for the db-upgrade completion
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
os_app: "{{job_app}}"
|
||||
job_template: job.yml
|
||||
job_template: job.yml.j2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue