initial commit
This commit is contained in:
6
tco.apache_abrd4/handlers/main.yml
Normal file
6
tco.apache_abrd4/handlers/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
# handlers file for tco.apache_abrd3
|
||||
- name: restart apache
|
||||
ansible.builtin.service:
|
||||
name: "{{ apache_service_name }}"
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user