initial commit

This commit is contained in:
2022-11-17 23:00:25 +01:00
commit bf2678ee44
15 changed files with 260 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
# handlers file for tco.apache_abrd3
- name: restart apache
ansible.builtin.service:
name: "{{ apache_service_name }}"
state: restarted