i installed AWX and can run my playbooks. But for some reasons i get this Error-Message when i want to run my Playbook where the community.docker module is in the tasks. I get the Error Message: fatal: [local]: FAILED! => {"msg": "Could not find imported module support code for version. Looked for either StrictVersion.py or version.py"}
I installed the module on my awx container (task and web) and also in my virtualenv. But nothing helped.
When i run the Playbook via ansible-playbook command it works fine.
Does anyone know an answer or a solution? thanks