diff options
author | Julien Dessaux | 2023-01-22 00:16:43 +0100 |
---|---|---|
committer | Julien Dessaux | 2023-01-22 00:20:57 +0100 |
commit | 23e2941b3a6aff6415913cc91198147128260b06 (patch) | |
tree | 5c9f27dace6a077a447d5f1267de033b454f0f42 /handlers/main.yaml | |
parent | Initial import (diff) | |
download | syncthing-ansible-role-23e2941b3a6aff6415913cc91198147128260b06.tar.gz syncthing-ansible-role-23e2941b3a6aff6415913cc91198147128260b06.tar.bz2 syncthing-ansible-role-23e2941b3a6aff6415913cc91198147128260b06.zip |
Imported from personal ansible repository1.0
Diffstat (limited to 'handlers/main.yaml')
-rw-r--r-- | handlers/main.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/handlers/main.yaml b/handlers/main.yaml new file mode 100644 index 0000000..521381f --- /dev/null +++ b/handlers/main.yaml @@ -0,0 +1,4 @@ +- name: restart syncthing + service: + name: syncthing + state: restarted |