initial release
This commit is contained in:
11
handlers/main.yml
Normal file
11
handlers/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# handlers file for tco.code
|
||||
- name: restart coolwsd
|
||||
ansible.builtin.service:
|
||||
name: coolwsd
|
||||
state: restarted
|
||||
|
||||
- name: restart apache
|
||||
ansible.builtin.service:
|
||||
name: httpd
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user