commited current state (new functions, may not work by now)
This commit is contained in:
7
roles/system/tasks/install-motd.yaml
Normal file
7
roles/system/tasks/install-motd.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
- name: Install custom MOTD
|
||||
copy:
|
||||
src: motd
|
||||
dest: /etc/motd
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
Reference in New Issue
Block a user