Indicate ftpsync in motd
parent
6ae41c6b3c
commit
c5146c8039
|
@ -26,3 +26,9 @@
|
||||||
template:
|
template:
|
||||||
src: ftpsync-cron.j2
|
src: ftpsync-cron.j2
|
||||||
dest: /etc/cron.d/ftpsync
|
dest: /etc/cron.d/ftpsync
|
||||||
|
|
||||||
|
- name: Indicate role in motd
|
||||||
|
template:
|
||||||
|
src: update-motd.d/05-service.j2
|
||||||
|
dest: /etc/update-motd.d/05-ftpsync
|
||||||
|
mode: 0755
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/tail +3
|
||||||
|
# {{ ansible_managed }}
|
||||||
|
[0m> [38;5;82mftpsync[0m a été déployé sur cette machine. Voir [38;5;6m/etc/ftpsync/[0m.
|
Loading…
Reference in New Issue