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 @@ ...@@ -10,7 +10,7 @@
mode: '0644' mode: '0644'
when: when:
- branding_motd is defined - branding_motd is defined
- branding_motd|bool - branding_motd|string != '' # noqa 602
tags: tags:
- branding - branding
- shell - shell
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
mode: '0644' mode: '0644'
when: when:
- branding_issuenet is defined - branding_issuenet is defined
- branding_issuenet|bool - branding_issuenet|string != '' # noqa 602
tags: tags:
- branding - branding
- shell - shell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment