fix: typo in rsyslog config src
This commit is contained in:
parent
7f64c7f72b
commit
c4dd55525e
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
# configure rsyslog
|
# configure rsyslog
|
||||||
- name: "config - rsyslog"
|
- name: "config - rsyslog"
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: "templates/rsylog/incoming-udp514.conf.j2"
|
src: "templates/rsyslog/incoming-udp514.conf.j2"
|
||||||
dest: "/etc/rsyslog.d/incoming-udp514.conf"
|
dest: "/etc/rsyslog.d/incoming-udp514.conf"
|
||||||
owner: "root"
|
owner: "root"
|
||||||
group: "root"
|
group: "root"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue