Skip to content

Commit 3416521

Browse files
committed
fix(ansible): use ansible-core catalog only, remove ansible duplicate
- ansible-core provides the 'ansible' command (2.20.0) - ansible package (12.2.0) is collections only, no separate binary - Remove ansible.json to avoid duplicate binary_name conflict - Fix ansible-core.json binary_name from 'ansible-core' to 'ansible'
1 parent 81adfbf commit 3416521

3 files changed

Lines changed: 418 additions & 431 deletions

File tree

catalog/ansible-core.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Ansible core automation engine",
55
"homepage": "https://ansible.com",
66
"github_repo": "ansible/ansible",
7-
"binary_name": "ansible-core",
7+
"binary_name": "ansible",
88
"package_name": "ansible-core",
99
"guide": {
1010
"display_name": "Ansible Core",

catalog/ansible.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)