diff options
author | Ole Mathias Heggem <olemathias.aa.heggem@gmail.com> | 2023-01-21 19:07:38 +0100 |
---|---|---|
committer | Ole Mathias Heggem <olemathias.aa.heggem@gmail.com> | 2023-01-21 19:07:38 +0100 |
commit | 709c78569b26677624e60588fa1166dc659ac93c (patch) | |
tree | 2bd5555af31b637d03693b8563fb24b41bf1f22b /nms/ansible/roles/nmsfront/handlers | |
parent | f5da0d943401e527f5162e9c6344deb65b19b045 (diff) |
chore: cleanup repo
Diffstat (limited to 'nms/ansible/roles/nmsfront/handlers')
-rw-r--r-- | nms/ansible/roles/nmsfront/handlers/main.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nms/ansible/roles/nmsfront/handlers/main.yml b/nms/ansible/roles/nmsfront/handlers/main.yml deleted file mode 100644 index 5cc3cb8..0000000 --- a/nms/ansible/roles/nmsfront/handlers/main.yml +++ /dev/null @@ -1,5 +0,0 @@ -- name: restart apache - service: name=apache2 state=restarted - -- name: restart varnish - service: name=varnish state=restarted |