mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #7558 from dermute/pkg_mgr
added solaris fact detection for ansible_pkg_mgr
This commit is contained in:
commit
061911c9c2
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,8 @@ class Facts(object):
|
|||
{ 'path' : '/usr/sbin/pkg', 'name' : 'pkgng' },
|
||||
{ 'path' : '/usr/sbin/swlist', 'name' : 'SD-UX' },
|
||||
{ 'path' : '/usr/bin/emerge', 'name' : 'portage' },
|
||||
{ 'path' : '/usr/sbin/pkgadd', 'name' : 'svr4pkg' },
|
||||
{ 'path' : '/usr/bin/pkg', 'name' : 'pkg' },
|
||||
]
|
||||
|
||||
def __init__(self):
|
||||
|
|
Loading…
Reference in a new issue