solution abr

This commit is contained in:
2022-11-17 23:29:03 +01:00
parent b77e918f28
commit 7f566b39a9
19 changed files with 278 additions and 97 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