Commit c01ddb6d authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: activate syslog for all os

parent dc43fc80
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -168,12 +168,10 @@
# syslog
- name: "syslog - install"
  ansible.builtin.import_tasks: "syslog/install.yaml"
  when: "ansible_os_family == 'Debian'"
  tags: "syslog"

- name: "syslog - config"
  ansible.builtin.import_tasks: "syslog/config.yaml"
  when: "ansible_os_family == 'Debian'"
  tags: "syslog"

# flush handler