feat: activate syslog for all os

This commit is contained in:
Simon Cornet 2026-04-05 18:48:55 +02:00
commit c01ddb6d0f

View file

@ -168,12 +168,10 @@
# syslog # syslog
- name: "syslog - install" - name: "syslog - install"
ansible.builtin.import_tasks: "syslog/install.yaml" ansible.builtin.import_tasks: "syslog/install.yaml"
when: "ansible_os_family == 'Debian'"
tags: "syslog" tags: "syslog"
- name: "syslog - config" - name: "syslog - config"
ansible.builtin.import_tasks: "syslog/config.yaml" ansible.builtin.import_tasks: "syslog/config.yaml"
when: "ansible_os_family == 'Debian'"
tags: "syslog" tags: "syslog"
# flush handler # flush handler