ScaleComputing / HyperCoreAnsibleCollection

Official Ansible collection for Scale Computing SC//HyperCore (HC3) v1 API
GNU General Public License v3.0
12 stars 8 forks source link

Fix syslog_syslog_server_info module output, update tests. #134

Closed anazobec closed 1 year ago

anazobec commented 1 year ago

Fixed a minor issue pointed out in pull request #132.

Info module does not convert SYSLOG_PROTOCOL_UDP to udp, but it should. The syslog_server_info module should return values that are same as those accepted by syslog_server module.

anazobec commented 1 year ago

Note: I have to fix unit tests. Missed that.