Update manual playbooks that expect unsuffixed job.yml template

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2025-05-13 11:30:17 +02:00
parent b8105d5c0d
commit ba7712dd43
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
3 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,3 +1,3 @@
---
os_app: "{{job_app}}"
job_template: job.yml
job_template: job.yml.j2