fix check for motd_path

main
Simeon Keske 4 years ago
parent 5a5cdc94cc
commit 4cf9fab536
No known key found for this signature in database
GPG Key ID: B15B623C3C45B235

@ -13,4 +13,4 @@
owner: root
group: root
mode: 0644
when: motd_path and motd_path != ''
when: motd_path is not undefined and motd_path != ''

Loading…
Cancel
Save