From ba2ac1562a645c4952cf277d642e45e5a6940890 Mon Sep 17 00:00:00 2001 From: David Lopez Date: Sat, 7 Sep 2024 09:22:19 +0000 Subject: [PATCH] Actualizar roles/config-motd/tasks/main.yaml --- roles/config-motd/tasks/main.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/config-motd/tasks/main.yaml b/roles/config-motd/tasks/main.yaml index c34d0ce..3d6306a 100644 --- a/roles/config-motd/tasks/main.yaml +++ b/roles/config-motd/tasks/main.yaml @@ -1,4 +1,3 @@ - - name: "[CONFIG MOTD] Comprobando si es necesario configurar motd" meta: end_host when: motd_enabled is not defined or not motd_enabled @@ -8,7 +7,7 @@ - name: add motd message copy: src: mymotd.sh - dest: "{{ path_motd_script }}" + dest: "{{ path_motd_path }}" mode: '0644' owner: root group: root