1823
This commit is contained in:
7
apache-galaxy/handlers/main.yml
Normal file
7
apache-galaxy/handlers/main.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
# handlers file for apache-galaxy
|
||||
|
||||
- name: "apache restart"
|
||||
service:
|
||||
name: "httpd"
|
||||
state: "restarted"
|
Reference in New Issue
Block a user