mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-03 23:20:19 -07:00
added xbps pkg mgr to facts
This commit is contained in:
parent
0712ec756b
commit
f528ad1848
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ class Facts(object):
|
||||||
{ 'path' : '/usr/bin/emerge', 'name' : 'portage' },
|
{ 'path' : '/usr/bin/emerge', 'name' : 'portage' },
|
||||||
{ 'path' : '/usr/sbin/pkgadd', 'name' : 'svr4pkg' },
|
{ 'path' : '/usr/sbin/pkgadd', 'name' : 'svr4pkg' },
|
||||||
{ 'path' : '/usr/bin/pkg', 'name' : 'pkg' },
|
{ 'path' : '/usr/bin/pkg', 'name' : 'pkg' },
|
||||||
|
{ 'path' : '/usr/bin/xbps-install','name' : 'xbps' },
|
||||||
]
|
]
|
||||||
|
|
||||||
def __init__(self, load_on_init=True):
|
def __init__(self, load_on_init=True):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue