diff options
| author | Luke Hoersten <[email protected]> | 2020-02-09 11:58:21 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-02-09 11:58:21 -0600 |
| commit | 785a8b2b45f0faf5e2578099bca1090c9c1417bb (patch) | |
| tree | 53b4737ab07baf112c4bbc5b968ba146ec64bf7a /roles/aws-s3-backup/handlers/main.yaml | |
Opensourcing raspberry pi roles.
Diffstat (limited to 'roles/aws-s3-backup/handlers/main.yaml')
| -rw-r--r-- | roles/aws-s3-backup/handlers/main.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/aws-s3-backup/handlers/main.yaml b/roles/aws-s3-backup/handlers/main.yaml new file mode 100644 index 0000000..ce1b90a --- /dev/null +++ b/roles/aws-s3-backup/handlers/main.yaml @@ -0,0 +1,9 @@ +--- + +- name: reload timer + systemd: name="aws-s3-backup.timer" enabled="yes" daemon_reload="yes" + become: yes + +- name: reload target + systemd: name="aws-s3-backup.target" enabled="yes" daemon_reload="yes" + become: yes |
