mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user