Skip to content
Snippets Groups Projects
Commit f9c5a039 authored by Lars Beckers's avatar Lars Beckers
Browse files

branding: fix variable checking

parent 51de5fea
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,9 @@
owner: root
group: root
mode: 0644
when: branding_motd
when:
- branding_motd is defined
- branding_motd != ""
tags:
- branding
- shell
......@@ -20,7 +22,9 @@
owner: root
group: root
mode: 0644
when: branding_issuenet
when:
- branding_issuenet is defined
- branding_issuenet != ""
tags:
- branding
- shell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment