evolinux-base: Donner le choix de changer (ou non) le motd

This commit is contained in:
Ludovic Poujol 2021-12-10 11:37:33 +01:00
parent d27d6b69cd
commit 8b701e615f
2 changed files with 4 additions and 0 deletions

View File

@ -219,3 +219,6 @@ evolinux_generateldif_include: True
# Cron check_hpraid
evolinux_cron_checkhpraid_frequency: daily
# Motd
evolinux_motd_include: True

View File

@ -97,6 +97,7 @@
when: evolinux_log2mail_include | bool
- include: motd.yml
when: evolinux_motd_include | bool
- include: utils.yml