diff --git a/lib/ansible/module_utils/facts.py b/lib/ansible/module_utils/facts.py index bcdfd2a7e0d..32090faf7bc 100644 --- a/lib/ansible/module_utils/facts.py +++ b/lib/ansible/module_utils/facts.py @@ -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):