diff --git a/roles/config-motd/tasks/main.yaml b/roles/config-motd/tasks/main.yaml index e7a114c..4bf61a4 100644 --- a/roles/config-motd/tasks/main.yaml +++ b/roles/config-motd/tasks/main.yaml @@ -8,7 +8,7 @@ copy: src: 90-vn dest: "{{ path_motd_path }}" - mode: '0644' + mode: '755' owner: root group: root #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++