From 785a8b2b45f0faf5e2578099bca1090c9c1417bb Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 9 Feb 2020 11:58:21 -0600 Subject: Opensourcing raspberry pi roles. --- roles/mercurial/handlers/main.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 roles/mercurial/handlers/main.yaml (limited to 'roles/mercurial/handlers/main.yaml') diff --git a/roles/mercurial/handlers/main.yaml b/roles/mercurial/handlers/main.yaml new file mode 100644 index 0000000..8c3315b --- /dev/null +++ b/roles/mercurial/handlers/main.yaml @@ -0,0 +1,5 @@ +--- + +- name: reload s3 backup service + systemd: name="mercurial-s3-backup@{{mercurial_s3_backup_bucket}}.service" enabled="yes" daemon_reload="yes" + become: yes -- cgit v1.2.3