adds motd task
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
- name: Copy motd
|
||||
copy:
|
||||
content: "{{ lookup('file', 'motd/titles/' + inventory_hostname, errors='ignore') | default('') }}"
|
||||
dest: /etc/motd
|
||||
mode: "0644"
|
||||
ignore_errors: true
|
||||
Reference in New Issue
Block a user