1
0
Fork 0
forked from infra/ansible

add fail_msg to assert in roles/openshift/app-actions

Signed-off-by: Vít Smolík <me@smoliicek.cz>
This commit is contained in:
Vít Smolík 2026-06-19 09:17:30 +02:00 committed by Kevin Fenzi
commit 6273dafdf2

View file

@ -35,6 +35,7 @@
that:
- app_actions_app is defined
- app_actions_app | length > 0
fail_msg: "app_actions_app must be defined and not empty"
quiet: true
- name: Include openshift/rollout role