borgbackup-client: call update_motd role in play

pull/71/head
Alexandre Iooss 3 years ago
parent 07a0429ae0
commit cc6f96bbc8

@ -10,6 +10,11 @@
- update_motd - update_motd
- hosts: all,!unifi,!unifi-*,!wiki.adm.auro.re - hosts: all,!unifi,!unifi-*,!wiki.adm.auro.re
vars:
update_motd:
borgbackup_client: >-
BorgBackup est déployé (/etc/borgmatic/config.yaml)
roles: roles:
- borgbackup_client - borgbackup_client
- update_motd
... ...

@ -107,11 +107,4 @@
name: borgmatic.timer name: borgmatic.timer
state: started state: started
enabled: true enabled: true
- name: Configure MOTD
include_role:
name: update_motd
vars:
key: 10-borgmatic
message: Borgmatic (client) est installé dans /etc/borgmatic/config.yaml.
... ...

Loading…
Cancel
Save