mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 21:40:17 +00:00
Helps to add the file ^Cunix/ansible/issues/10
This commit is contained in:
9
roles/common/tasks/motd.yml
Normal file
9
roles/common/tasks/motd.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
# This will set our motd
|
||||
---
|
||||
- name: Set MOTD
|
||||
copy:
|
||||
src: ../files/motd
|
||||
dest: /etc/motd
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
Reference in New Issue
Block a user