Actualizar roles/config-motd/tasks/main.yaml
This commit is contained in:
parent
ba2ac1562a
commit
e589f73dcf
|
@ -6,7 +6,7 @@
|
||||||
# Add message to MOTD
|
# Add message to MOTD
|
||||||
- name: add motd message
|
- name: add motd message
|
||||||
copy:
|
copy:
|
||||||
src: mymotd.sh
|
src: 90-vn
|
||||||
dest: "{{ path_motd_path }}"
|
dest: "{{ path_motd_path }}"
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
owner: root
|
owner: root
|
||||||
|
|
Loading…
Reference in New Issue