feat: various fixes

This commit is contained in:
Simon Cornet 2025-07-11 19:25:53 +02:00
commit 89eaee1139
27 changed files with 47 additions and 74 deletions

View file

@ -2,7 +2,7 @@
# manage syslog
- name: "manage syslog"
tags: ["syslog"]
tags: "syslog"
block:
# configure rsyslogd - debian

View file

@ -7,5 +7,4 @@
state: "present"
cache_valid_time: "3600"
when: 'ansible_os_family == "Debian"'
tags:
- "syslog"
tags: "syslog"