robertdebock / ansible-role-rsyslog

Install and configure rsyslog on your system.
https://robertdebock.nl/
Apache License 2.0
37 stars 40 forks source link

fix: Use $IncludeConfig in advanced template #42

Open tjdavis3 opened 1 year ago

tjdavis3 commented 1 year ago

Changes the include(...) line to use $IncludeConfig. This eliminates the errors about include. eg.

 action 'include' treated as ':omusrmsg:include' - please use ':omusrmsg:include' syntax instead, 'include' will not be supported in the future [v8.24.0-57.el7_9.3 try http://www.rsyslog.com/e/2184 ]

Fixes: #34


name: Pull request about: Describe the proposed change


Describe the change A clear and concise description of what the pull request is.

Testing In case a feature was added, how were tests performed?