fix: first jinja templates

This commit is contained in:
2024-03-30 19:11:14 +01:00
parent ffcc9201ac
commit 153732e83b
4 changed files with 2391 additions and 0 deletions

View File

@ -1,2 +1,7 @@
---
# handlers file for redis
- name: "Restart redis"
systemd:
name: redis.service
state: restarted