diff --git a/roles/config-motd/tasks/main.yaml b/roles/config-motd/tasks/main.yaml index a3a141f..c34d0ce 100644 --- a/roles/config-motd/tasks/main.yaml +++ b/roles/config-motd/tasks/main.yaml @@ -1,3 +1,8 @@ + +- name: "[CONFIG MOTD] Comprobando si es necesario configurar motd" + meta: end_host + when: motd_enabled is not defined or not motd_enabled + #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # Add message to MOTD - name: add motd message