Commit Graph

293 Commits (6b2bbbb9ff43cc5d2c8de27b7b9d095ce2688fbb)

Author SHA1 Message Date
Michael DeHaan 6b2bbbb9ff Merge pull request #6045 from garaden/pypi_mirrors_gone
12 years ago
Brian Coca 310b23ee8d removed with
12 years ago
James Cammarata 8880819395 Merge branch 'devel' of https://github.com/mtpereira/ansible into mtpereira-devel
12 years ago
Matthew Phipps de99cc6fbf Remove use_mirrors from pip module
12 years ago
Matthew Phipps 63ff6c8493 pip module wasn't adding -e when using VCS
12 years ago
Richard Isaacson ffeb507761 Merge pull request #5645 from resmo/fix/apt_pkg_version
12 years ago
Robin Roth 660fa9183c remove check for version string
12 years ago
Afterburn 398c71c1b7 small change to docs
12 years ago
Afterburn 2fe00ac8c9 small change to docs
12 years ago
Timur Batyrshin 658c15930e reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852)
12 years ago
Manuel Tiago Pereira e563f847ec Fixes #5819: Added --executables to gem uninstall command.
12 years ago
Richard C Isaacson f0c4dace8d If a executable is defined but not found the module should fail. Addresses https://github.com/ansible/ansible/issues/5781.
12 years ago
James Cammarata 1ca6e4bbb1 Adding a check for pending tranasctions to the yum module
12 years ago
jctanner 297a28aa79 Merge pull request #5333 from mvermaes/yum_fix
12 years ago
Rene Moser 849aab0a12 apt: fixed pkg=<name>=<version> fails if package is not yet installed.
12 years ago
Michael DeHaan 6f49642286 All modules should be using /usr/bin/python in the shebang as ansible_python_interpreter processes this (see FAQ).
12 years ago
Michael Vermaes c55d144c50 Fail yum on invalid url with .rpm suffix
12 years ago
jctanner 7d09c97621 Merge pull request #5472 from RSpiertz/apt_repository
12 years ago
James Tanner fbba0bb3fc Fixes #5601 Do not append extra args when checking for pip command options
12 years ago
jctanner e4d0ce5b08 Merge pull request #5383 from janitha/devel
12 years ago
Michael DeHaan a7fbafe955 Merge pull request #5616 from resmo/fix/zypper_repo
12 years ago
Rene Moser 62fd0b1269 zypper_repository: claims to support check_mode, but does not. Fixes GH-5614.
12 years ago
Danilo Bargen 7436da08fe apt_key module: Case insensitive presence checking
12 years ago
inetfuture(Aaron Wang) 64acd60d24 Fix npm documentation typo.
12 years ago
lichesser 7201972a56 Remove debugging code
12 years ago
James Tanner c8bd14925d Fixes #5369 Do not pass --force-yes to aptitude
12 years ago
Michael DeHaan e0cd4a45c6 Merge pull request #5489 from daghoidahl/devel
12 years ago
James Tanner 191be7b951 Resolves issues with newer versions of pip not having a --use-mirrors paramater for the install command
12 years ago
Dag Høidahl 279098bd03 Use "brew list <name>" instead of grepping the output of "brew list".
12 years ago
Rutger Spiertz 763c0305c1 apt_repository: don't crash if default_file doesn't exist
12 years ago
Michael DeHaan cfcdc3403e Use task names in examples.
12 years ago
Michael DeHaan 4765032fcb Merge branch 'devel' of git://github.com/beefsalad/ansible into devel
12 years ago
beefsalad 5b2fda6fa6 added descriptions for yum options
12 years ago
Janitha Karunaratne fd037f5960 Fixes #5381 easy_install bug when used with virtualenv
13 years ago
Michael Vermaes 5671ddcdd3 Attempt #2 to cause yum to fail on invalid url
13 years ago
Michael DeHaan 3f81c3c416 Merge pull request #5162 from JensRantil/fix-corrupt-module-outputs
13 years ago
jctanner 93c15a41dc Merge pull request #5274 from veeti/easy_install_chdir
13 years ago
jctanner b9cb49e638 Merge pull request #4872 from timurbatyrshin/4869-old-python-apt-fix
13 years ago
jctanner 53c5b1d934 Merge pull request #4949 from eest/openbsd_pkg-rework-name-parsing
13 years ago
Veeti Paananen fa90f31cc8 Fix permission error when using easy_install through sudo
13 years ago
Rene Moser 2d805ae5da apt: update index before trying to autoinstall python-apt
13 years ago
jctanner 6b45c4a6ca Merge pull request #5181 from mvo5/bugfix/apt-fnmatch-remove
13 years ago
Michael Scherer 3df62f1d8a Fix apt module to be able to install package by giving just a provides and not the full name
13 years ago
Michael Vogt 559de5c65e add fnmatch() support for apt remove too (just like install)
13 years ago
Jens Rantil 8f2580fc98 module(apt_key): don't catch `SystemExit`
13 years ago
James Tanner ad837709bd Addresses #5023 Fix import comments
13 years ago
James Tanner 6000d636b3 Fixes #5023 Convert all modules to use new snippet import pattern
13 years ago
jctanner 219f27a594 Merge pull request #4938 from giorgio-v/pkgin_y_default
13 years ago
Michael DeHaan 36effd237c There's a cleaner way to do this, commit to module formatter pending.
13 years ago
Michael DeHaan ff0a41d446 No longer need to reference 'version_added' in docs for these, as this was quite a while ago.
13 years ago