Skip to content

[SP-98] Fix community.general.xml dependency#39

Open
zotabee wants to merge 1 commit into
mainfrom
hotfix/sp-98_fix_community_xml
Open

[SP-98] Fix community.general.xml dependency#39
zotabee wants to merge 1 commit into
mainfrom
hotfix/sp-98_fix_community_xml

Conversation

@zotabee

@zotabee zotabee commented May 3, 2026

Copy link
Copy Markdown
Collaborator

This PR might fix issues with community.general.xml as used in some of the ansible roles.

[WARNING]: Error loading plugin 'community.general.xml': No module named 'ansible_collections.community.general'
[ERROR]: couldn't resolve module/action 'community.general.xml'. This often indicates a misspelling, missing collection, or incorrect module path.

https://docs.ansible.com/projects/ansible/latest/collections/community/general/xml_module.html
https://galaxy.ansible.com/ui/repo/published/community/general/

ansible-galaxy collection list
sudo ansible-galaxy collection list

@zotabee zotabee self-assigned this May 3, 2026
@zotabee zotabee added the bug Something isn't working label May 3, 2026
@zotabee

zotabee commented May 3, 2026

Copy link
Copy Markdown
Collaborator Author

https://galaxy.ansible.com/ui/repo/published/community/general/docs/

Using this collection

This collection is shipped with the Ansible package. So if you have it installed, no more action is required.

If you have a minimal installation (only Ansible Core installed) or you want to use the latest version of the collection along with the whole Ansible package, you need to install the collection from Ansible Galaxy manually with the ansible-galaxy command-line tool:

ansible-galaxy collection install community.general

You can also include it in a requirements.yml file and install it via ansible-galaxy collection install -r requirements.yml using the format:

collections:
- name: community.general

@zotabee

zotabee commented May 4, 2026

Copy link
Copy Markdown
Collaborator Author

Need to update the README if this is approved.

Install the Docker collection from Ansible Galaxy:

ansible-galaxy collection install community.docker

@zotabee zotabee requested a review from Pro-Tweaker May 17, 2026 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant