Initial commit

This commit is contained in:
Richard Megginson
2024-10-22 10:07:09 -06:00
committed by GitHub
commit e898442752
63 changed files with 2164 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# SPDX-License-Identifier: MIT
---
- name: Handler for template to restart services
service:
name: "{{ item }}"
state: restarted
loop: "{{ __template_services }}"