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

added xbps pkg mgr to facts

This commit is contained in:
Brian Coca 2015-10-31 22:03:12 -04:00
parent 0712ec756b
commit f528ad1848

View file

@ -133,6 +133,7 @@ class Facts(object):
{ 'path' : '/usr/bin/emerge', 'name' : 'portage' },
{ 'path' : '/usr/sbin/pkgadd', 'name' : 'svr4pkg' },
{ 'path' : '/usr/bin/pkg', 'name' : 'pkg' },
{ 'path' : '/usr/bin/xbps-install','name' : 'xbps' },
]
def __init__(self, load_on_init=True):