mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #3751 from mscherer/urpmi_autodetection
Add urpmi as a package manager for mandriva-based distribution
This commit is contained in:
commit
f715719c4f
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ class Facts(object):
|
||||||
PKG_MGRS = [ { 'path' : '/usr/bin/yum', 'name' : 'yum' },
|
PKG_MGRS = [ { 'path' : '/usr/bin/yum', 'name' : 'yum' },
|
||||||
{ 'path' : '/usr/bin/apt-get', 'name' : 'apt' },
|
{ 'path' : '/usr/bin/apt-get', 'name' : 'apt' },
|
||||||
{ 'path' : '/usr/bin/zypper', 'name' : 'zypper' },
|
{ 'path' : '/usr/bin/zypper', 'name' : 'zypper' },
|
||||||
|
{ 'path' : '/usr/sbin/urpmi', 'name' : 'urpmi' },
|
||||||
{ 'path' : '/usr/bin/pacman', 'name' : 'pacman' },
|
{ 'path' : '/usr/bin/pacman', 'name' : 'pacman' },
|
||||||
{ 'path' : '/bin/opkg', 'name' : 'opkg' },
|
{ 'path' : '/bin/opkg', 'name' : 'opkg' },
|
||||||
{ 'path' : '/opt/local/bin/pkgin', 'name' : 'pkgin' },
|
{ 'path' : '/opt/local/bin/pkgin', 'name' : 'pkgin' },
|
||||||
|
|
Loading…
Reference in a new issue