diff options
author | Michael Scherer <misc@zarb.org> | 2014-12-29 23:04:45 +0100 |
---|---|---|
committer | Michael Scherer <misc@zarb.org> | 2014-12-29 23:04:45 +0100 |
commit | 8e5e55034dde263e828b390e2f60210441ab2991 (patch) | |
tree | 971d4251aa9a2c65fcfc8f64c33ae16204861ea5 /roles/httpd/handlers | |
parent | ce543b7cd386ccc8b60ae8d3e707961ac5d1e0d8 (diff) |
Switch to external httpd module
Diffstat (limited to 'roles/httpd/handlers')
-rw-r--r-- | roles/httpd/handlers/main.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/httpd/handlers/main.yml b/roles/httpd/handlers/main.yml deleted file mode 100644 index e379288..0000000 --- a/roles/httpd/handlers/main.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -- name: restart httpd - service: name=httpd state=restarted |