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

branding: fix var testing

parent c74a7fac
Branches
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
mode: '0644'
when:
- branding_motd is defined
- branding_motd|bool
- branding_motd|string != '' # noqa 602
tags:
- branding
- shell
......@@ -24,7 +24,7 @@
mode: '0644'
when:
- branding_issuenet is defined
- branding_issuenet|bool
- branding_issuenet|string != '' # noqa 602
tags:
- branding
- shell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment