1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

added solaris fact detection for ansible_pkg_mgr

This commit is contained in:
Alexander Winkler 2014-05-27 06:40:47 +00:00
parent e43ae3c0f7
commit 4980e76a3a

View file

@ -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):