mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
SysLogHandler requires an int for port, but getenv produces a string. Cast return from getenv as int to overcome this mismatch.