mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 00:16:49 +00:00
added solaris fact detection for ansible_pkg_mgr
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user