mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
This check was working for network_cli (returns value as int) but failing for httpapi (returns value as str). Casting to int fixes the problem.