[ipsilon] Check if the variable is defined first

Check if the openid variabled defined first, otherwise the playbook will fail.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny
2025-10-03 13:31:25 +02:00
parent 6cbcc82f53
commit 446e63e6c6

View File

@@ -55,7 +55,7 @@
ansible.posix.patch:
src: openid_banner.patch
dest: /usr/share/ipsilon/themes/Fedora/templates/layout.html
when: openid
when: openid is defined and openid
tags:
- ipsilon
- patch