...
|
...
|
@@ -15,17 +15,6 @@ |
|
|
- reload rsyslog
|
|
|
|
|
|
|
|
|
- name: remove existed rsyslog files
|
|
|
file:
|
|
|
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
|
...
|
...
|
|