awx-operator icon indicating copy to clipboard operation
awx-operator copied to clipboard

Make playbook compatible with new Ansible-core type system

Open AlanCoding opened this issue 7 months ago • 0 comments

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

AlanCoding avatar May 13 '25 12:05 AlanCoding