skupperproject/skupper-ansible#79
On this test, there is a Listener named asdf-Listener.
That name, containing an uppercase letter, is considered invalid by is_valid_name() on plugins/module_utils/args.py.
There is a series of tests on dump() at plugins/module_utils/resource.py which will simply continue in case of unexpected conditions, some of which use is_valid_name().
To get the test to pass, change the listener name to asdf-listener (lower case 'l')
Note that the test has listener and container on the same namespace with the same routingKey. The intention is simply to have the listener match so it opens the port.
To run the test:
ansible-playbook -i SOME_IP, ./main.yaml -e skupper_platform=podman