diff options
author | Christian Franke <nobody@nowhere.ws> | 2015-08-25 19:23:43 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2015-08-25 19:23:43 +0200 |
commit | af66612e6014bea48458125cda72d73c51bc3c20 (patch) | |
tree | 49cee76d579149a9fd800225303ee31be79cf3eb /roles/subdap/handlers |
Initial commit
Diffstat (limited to 'roles/subdap/handlers')
-rw-r--r-- | roles/subdap/handlers/main.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/subdap/handlers/main.yaml b/roles/subdap/handlers/main.yaml new file mode 100644 index 0000000..7e7eb38 --- /dev/null +++ b/roles/subdap/handlers/main.yaml @@ -0,0 +1,5 @@ +--- +- name: Restart subdap + service: + name: subdap + state: restarted |