feat: remove when condition

This commit is contained in:
Simon Cornet 2026-03-02 16:31:59 +01:00
commit 23579c9c4e

View file

@ -165,12 +165,10 @@
# syslog
- name: "syslog - install"
ansible.builtin.include_tasks: "syslog/install.yaml"
when: "syslog_enable"
tags: "syslog"
- name: "syslog - config"
ansible.builtin.include_tasks: "syslog/config.yaml"
when: "syslog_enable"
tags: "syslog"
# flush handler