Authored by chunhua.zhang

add

... ... @@ -20,6 +20,12 @@
state: absent
path: "/etc/rsyslog.d/"
- name: create new path
file:
state: directory
path: "/etc/rsyslog.d/"
- name: sync module rsyslog config files
template:
src: rsyslog.module.conf.j2
... ...