src.nth.io/

summaryrefslogtreecommitdiff
path: root/roles/mercurial/handlers
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-02-09 11:58:21 -0600
committerLuke Hoersten <[email protected]>2020-02-09 11:58:21 -0600
commit785a8b2b45f0faf5e2578099bca1090c9c1417bb (patch)
tree53b4737ab07baf112c4bbc5b968ba146ec64bf7a /roles/mercurial/handlers
Opensourcing raspberry pi roles.
Diffstat (limited to 'roles/mercurial/handlers')
-rw-r--r--roles/mercurial/handlers/main.yaml5
1 files changed, 5 insertions, 0 deletions
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