You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/library
Maxim Burgerhout 2f6b9e69a7 Test for python-pip as well as pip
On Red Hat, CentOS and Fedora systems, the pip binary will be called python-pip
instead of pip. This commit makes the pip module also check for python-pip.

The reason we check for python-pip *first*, is to have ansible fail on not
finding 'pip' and reporting *that*. This is consistent with current behaviour
and will not confuse users of Debian et al., where the 'python-pip' binary
never exists.

Tested on Fedora 18 and Ubuntu 12.04.
12 years ago
..
apt fix mentioning of redundant aliases in module docs, remove was removed anyway 12 years ago
apt_repository
assemble
async_status
async_wrapper
authorized_key
command
copy implement lookup plugins for arbitrary enumeration over arbitrary things. See the mailing list for some cool examples. 12 years ago
cron fixed cron library so backups are python2.4 compatible 12 years ago
debug
easy_install
facter
fail HP and vsphere modules are crazy awesome but I am thinking these belong in contrib not core. 12 years ago
fetch
file Use 'path' in file documentation, though src/dest work, it's less intuitive. 12 years ago
fireball implement lookup plugins for arbitrary enumeration over arbitrary things. See the mailing list for some cool examples. 12 years ago
get_url
git Further cleanup to add another rc check and remove a now redundent one. 12 years ago
group
ini_file
lineinfile
mail
mount
mysql_db fix issue with mysql authentication and states not dump or import 12 years ago
mysql_user
nagios
ohai
pause The pause 'prompt' parameter now requires quotes around the message. 12 years ago
ping
pip Test for python-pip as well as pip 12 years ago
postgresql_db
postgresql_user
raw
seboolean
selinux
service fix mentioning of redundant aliases in module docs, remove was removed anyway 12 years ago
setup small patch to fact gathering for when no dmesg.boot exists on freebsd, mainly happens in jails 12 years ago
shell
slurp
subversion
supervisorctl
template
user user module should be using module.BOOLEANS for choices 12 years ago
virt
wait_for
yum