Rôle pour motd #38

Merged
jeltz merged 7 commits from update_motd into master 2021-03-11 19:34:51 +01:00
Showing only changes of commit 2353589da6 - Show all commits

View file

@ -1,4 +1,13 @@
---
- name: Ensure update-motd.d exists
become: true
file:
path: /etc/update-motd.d
state: directory
mode: u=rwx,g=rx,o=rx
owner: root
group: root
- name: Customize motd
become: true
template: