Closed
Description
Summary
The 5.0.0. tag breaks at least the office_365_connector_card on Ansible Tower.
5.0.0 is working on my local Ansible Core version 2.10.2, python version 3.9.10
My Tower instance is running ansible version 2.9.26 and python 3.6.8.
Issue Type
Bug Report
Component Name
community.general.office_365_connector_card
Ansible Version
Tower: 2.9.26
Core: 2.10.2
Community.general Version
$ ansible-galaxy collection list community.general
community.general 5.0.0
Configuration
$ ansible-config dump --only-changed
COLLECTIONS_PATHS(/home/solomong/.ansible.cfg) = ['/home/solomong/.pyenv/versions/3.9.10/lib/python3.9/site-packages']
OS / Environment
Ansible Tower
Local: Ubuntu via WSL2
Steps to Reproduce
Run a play in Tower referencing the community.general.office_365_connector_card module. Will still error out even if there is a conditional causing a skip where the module is being referenced.
Expected Results
community.general.office_365_connector_card to output to MS Teams, tested that 4.8.1 version works correctly on the same Ansible Tower setup.
Actual Results
"reason": "couldn't resolve module/action 'community.general.office_365_connector_card'. This often indicates a misspelling, missing collection, or incorrect module path.\n\nThe error appears to be in '/tmp/bwrap_320096_hj4pm0rd/awx_320096_gpvx8jsg/requirements_roles/role-load-aws-credentials/tasks/secrets-manger-lookup.yml': line 24, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Send message to Microsoft Teams Channel\n ^ here\n"
Code of Conduct
- I agree to follow the Ansible Code of Conduct