awx-operator
awx-operator copied to clipboard
Make playbook compatible with new Ansible-core type system
SUMMARY
In recent release, ansible-core got pickier about types. CLI arguments of -e are always string, which kind of causes this problem, so ports from CLI need to be converted to ints.
ISSUE TYPE
- Bug, Docs Fix or other nominal change