Commit 23579c9c authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: remove when condition

parent 9b7395d6
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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