Fix indentation

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-12-18 09:54:49 +01:00
parent 5f1cbd4cce
commit 83c3318831
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -100,17 +100,17 @@
object_file: imagestream.yml object_file: imagestream.yml
object_objectname: imagestream.yml object_objectname: imagestream.yml
- role: openshift/start-build - role: openshift/start-build
start_build_app: poddlers start_build_app: poddlers
start_build_buildname: toddlers start_build_buildname: toddlers
tags: tags:
- never - never
- build - build
- role: openshift/rollout - role: openshift/rollout
rollout_app: poddlers rollout_app: poddlers
rollout_dcname: "{{ item.name }}" rollout_dcname: "{{ item.name }}"
loop: poddlers_toddlers loop: poddlers_toddlers
tags: tags:
- never - never
- rollout - rollout