robertdebock / ansible-role-rsyslog

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

Updated rsyslog_deploy_default_config expected type from string to bool #14

Closed billmetangmo closed 3 years ago

billmetangmo commented 3 years ago

Hi Robert, this PR is an enhancement of my previous PR https://github.com/robertdebock/ansible-role-rsyslog/pull/10


name: Updated rsyslog_deploy_default_config test with bool about: rsyslog forward rule file


Describe the change Currently,rsyslog_deploy_default_config must be a string "yes" or "no" instead of booleans: yes,no without "". This commit allows to use boolean by updating the test in main.yml

Testing Molecule test provided.

robertdebock commented 3 years ago

Looks good, simple, but nice improvement!