mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
HP-UX: Fix ansible_pkg_mgr to use swdepot (#51411)
* HP-UX: Fix ansible_pkg_mgr to use swdepot * Revert to use /usr/sbin/swlist
This commit is contained in:
parent
470dd9a0b2
commit
b083edbfe0
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ PKG_MGRS = [{'path': '/usr/bin/yum', 'name': 'yum'},
|
|||
{'path': '/usr/local/bin/brew', 'name': 'homebrew'},
|
||||
{'path': '/sbin/apk', 'name': 'apk'},
|
||||
{'path': '/usr/sbin/pkg', 'name': 'pkgng'},
|
||||
{'path': '/usr/sbin/swlist', 'name': 'HP-UX'},
|
||||
{'path': '/usr/sbin/swlist', 'name': 'swdepot'},
|
||||
{'path': '/usr/bin/emerge', 'name': 'portage'},
|
||||
{'path': '/usr/sbin/pkgadd', 'name': 'svr4pkg'},
|
||||
{'path': '/usr/bin/pkg', 'name': 'pkg5'},
|
||||
|
|
Loading…
Reference in a new issue