Michael DeHaan
dfbe35d4be
Rename apt-rpm to apt_rpm.
2014-03-28 13:18:49 -04:00
Michael DeHaan
535b2ba64c
Merge branch 'apt-rpm' of git://github.com/evgkrsk/ansible into devel
2014-03-28 13:17:37 -04:00
Michael DeHaan
e79171cbfb
Merge branch 'devel' of git://github.com/leafnode/ansible into devel
...
Conflicts:
library/packaging/apt_key
2014-03-28 13:15:06 -04:00
Michael DeHaan
5f14b6e637
Rename prerelease to pre_release.
2014-03-28 13:09:10 -04:00
Bob Zoller
e1a1ac1e76
gem module supports prerelease (--pre)
2014-03-28 13:09:10 -04:00
Michael DeHaan
53d03dc968
Merge branch 't-apt-list' of git://github.com/Elemecca/ansible into devel
2014-03-28 12:19:23 -04:00
Michael DeHaan
09259cbd77
Merge pull request #6671 from dermute/svr4pkg-G
...
svr4pkg supports the -G switch for pkgadd
2014-03-28 11:42:46 -04:00
Michael DeHaan
2a656b2cf4
Merge branch 'devel' of https://github.com/drewblas/ansible into devel
2014-03-28 11:07:40 -04:00
Alexander Winkler
69e09b048c
version_added for the new parameters documentation
2014-03-26 10:25:42 +00:00
Alexander Winkler
03040a97c8
svr4pkg supports the -G switch for pkgadd
2014-03-25 09:03:48 +00:00
James Cammarata
a4af31e511
Revert "add yum module downgrade support"
...
This reverts commit cbd1da6457
.
2014-03-24 12:27:32 -05:00
Colin Mattson
3e6bf9640c
Clarify documentation for apt pkg, state, install_recommends
2014-03-21 13:52:36 -07:00
willthames
7272877df6
Allow npm to install to a directory that doesn't yet exist
...
If path is specified but does not exist, create it.
Fail if path is specified but is not a directory
2014-03-21 13:30:12 +10:00
Michael DeHaan
2156e87e62
Update cpanm
2014-03-20 08:10:02 -04:00
James Tanner
324a943e12
Fixes #6548 correct issues from rhn_register refactoring
2014-03-18 21:21:18 -04:00
Michael DeHaan
8899c74aaf
Merge pull request #6565 from fabianfreyer/devel
...
Fixed bug that occurred when pkgsite not specified
2014-03-18 17:13:05 -04:00
Fabian Freyer
17fcc89b3b
Fixed bug that occurred when pkgsite not specified
2014-03-18 21:55:05 +01:00
James Tanner
f6a02d9b2c
Merge pull request #6220 from trevorah/ansible.git
...
apt_repository: autoinstall python-apt if not available
2014-03-18 16:21:04 -04:00
vyrak bunleang
f5289deee7
prevent state from changing from head to installed
...
allows for --HEAD to be included in brew install command
2014-03-17 16:56:54 -06:00
Michael DeHaan
23990b94c9
Merge pull request #6529 from sivel/apt-repository-no-pycurl
...
Remove dependency on pycurl in apt_repository
2014-03-17 17:32:23 -04:00
Matt Martz
7af8a33def
remove dependency on pycurl from apt_repository by using module_utils/urls.py instead
2014-03-17 11:31:04 -05:00
Michael DeHaan
caa0b02962
Update formatting in module example.
2014-03-17 09:10:33 -04:00
Jonathan Dray
0981488df7
fix: bug in apt when python-apt is not present apt-get was not called due to unsafe call
2014-03-17 02:24:12 +01:00
Michael DeHaan
16ca4c2195
Update version_added
2014-03-16 16:35:52 -04:00
Drew Stokes
5aba903dcf
add registry option to npm module
2014-03-16 16:35:52 -04:00
Michael DeHaan
11dd81c724
Merge pull request #6069 from danieljaouen/homebrew_class
...
Update homebrew module.
2014-03-16 15:21:00 -05:00
Michael DeHaan
855ccb62c0
Update cask version, changelog.
2014-03-16 16:18:27 -04:00
Michael DeHaan
03f93e0f79
Merge branch 'homebrew_cask' of git://github.com/danieljaouen/ansible into devel
2014-03-16 16:18:05 -04:00
Michael DeHaan
1a90890fd0
Update tap version, changelog
2014-03-16 16:17:11 -04:00
Daniel Jaouen
e7787607d0
Add homebrew_tap module.
2014-03-16 16:17:11 -04:00
Michael DeHaan
9cc5ae6f2f
Merge pull request #6120 from lalinsky/apt_repository_pycurl_non_ppa
...
Don't require pycurl in apt_repository when it's not actually needed
2014-03-16 15:15:57 -05:00
Michael DeHaan
f700da8249
Bump version_added field on composer module.
2014-03-16 16:12:02 -04:00
dmtrs
0e06e8bb7f
Add module composer (php dependency manager)
2014-03-16 16:12:02 -04:00
Michael DeHaan
d3e989435b
Merge pull request #6405 from fabianfreyer/devel
...
Add support for new pkgng repository format and annotations
2014-03-16 14:43:56 -05:00
Michael DeHaan
eaef86d22b
Merge pull request #6355 from hkariti/npm_install_invalid
...
Add a package to missing list if npm list reported it as invalid
2014-03-16 12:41:03 -05:00
Michael DeHaan
8d3e2fe79a
Merge pull request #6323 from aresch/rpm_key_query_fix
...
Fix rpm_key on system with no gpg keys imported
2014-03-16 12:40:11 -05:00
Michael DeHaan
0939a83174
Merge pull request #6203 from garetharmstronghp/fix_rpm_key_issue_5621
...
Fix issue #5621 , rpm_key doesn't work for el5
2014-03-16 12:32:28 -05:00
Michael DeHaan
af7c252ba4
Merge pull request #5909 from joeybaker/patch-1
...
NPM install latest made more effecient
2014-03-16 12:25:51 -05:00
James Laska
5cfefb326a
Correct check_mode conditional logic
...
The desired behavior is to _not_ add the ppa signing key when check_mode is
enabled. This fix corrects the conditional logic to comply with the stated
behavior.
2014-03-14 10:24:52 -04:00
Sam Hanes
b384db53f8
Add support for YAML lists to apt module.
2014-03-14 00:22:32 -07:00
Patrick Gerken
38d6956c1f
Properly catch import errors in apt
...
When one accidentally tries to run this module as a user, he gets the error message that python-apt must be installed, no matter what. Because importing apt will trigger an exception as a regular user. Explicitly catching the ImportError will let the exception bubble. The exception clearly says Permission denied somewhere, and the user has a better idea, what he must fix.
2014-03-14 02:13:20 +01:00
Michael DeHaan
9eb3f8779c
Merge pull request #6468 from philpep/fix_apt_key
...
apt_key: Fix traceback when key_id format is invalid
2014-03-13 17:58:40 -05:00
James Cammarata
b93b99871b
Fix small typo resulting in a traceback for the apt_key module
2014-03-13 13:51:59 -05:00
Philippe Pepiot
92e8e59cad
apt_key: Fix traceback when key_id format is invalid
...
Signed-off-by: Philippe Pepiot <phil@philpep.org>
2014-03-13 15:28:37 +01:00
Daniel Jaouen
81f2e43b76
Fix Homebrew._current_package_is_installed
2014-03-12 19:52:16 -04:00
Michael DeHaan
78ebf5d266
Still more shell fixes.
2014-03-12 17:44:53 -04:00
James Tanner
6067d826e4
Close parens in portinstall
2014-03-12 17:36:48 -04:00
James Tanner
e7f74251c8
Fix missing colons in cpanm
2014-03-12 17:25:32 -04:00
James Tanner
89024f5d9f
Fix typo in portinstall
2014-03-12 17:12:38 -04:00
Michael DeHaan
c193604f60
Some more run_command updates.
2014-03-12 17:04:34 -04:00