Skip to content

Commit c5afdb0

Browse files
committed
fix(ansible): track ansible-core instead of ansible package
ansible-core is the minimal core package (currently 2.20.0) ansible is the community package with collections (currently 12.2.0) Detection finds ansible-core, so catalog should match
1 parent 7351355 commit c5afdb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

catalog/ansible.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"install_method": "uv_tool",
44
"description": "Radically simple IT automation",
55
"homepage": "https://github.com/ansible/ansible",
6-
"package_name": "ansible",
6+
"package_name": "ansible-core",
77
"notes": "Installation handled by install_ansible.sh which uses uv tool or pipx"
88
,"guide": {
99
"display_name": "Ansible",

0 commit comments

Comments
 (0)