Actualizar roles/config-motd/tasks/main.yaml

This commit is contained in:
David Lopez 2024-09-07 09:22:41 +00:00
parent ba2ac1562a
commit e589f73dcf
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
# Add message to MOTD
- name: add motd message
copy:
src: mymotd.sh
src: 90-vn
dest: "{{ path_motd_path }}"
mode: '0644'
owner: root