- 03 Feb, 2014 1 commit
-
-
Timur Batyrshin committed
-
- 29 Jan, 2014 1 commit
-
-
If a executable is defined but not found the module should fail. Addresses https://github.com/ansible/ansible/issues/5781.
Richard C Isaacson committed
-
- 22 Jan, 2014 1 commit
-
-
Fixes #4649
James Cammarata committed
-
- 15 Jan, 2014 2 commits
-
-
All modules should be using /usr/bin/python in the shebang as ansible_python_interpreter processes this (see FAQ). Fixing for standardization purposes.
Michael DeHaan committed -
Michael Vermaes committed
-
- 14 Jan, 2014 3 commits
-
-
James Tanner committed
-
Rene Moser committed
-
Right now key_present() is case sensitive, only uppercase key IDs work. By using "grep -i", lowercase IDs should work too.
Danilo Bargen committed
-
- 09 Jan, 2014 1 commit
-
-
inetfuture(Aaron Wang) committed
-
- 08 Jan, 2014 1 commit
-
-
I guess this is left over from testing
lichesser committed
-
- 07 Jan, 2014 1 commit
-
-
James Tanner committed
-
- 03 Jan, 2014 2 commits
-
-
Resolves issues with newer versions of pip not having a --use-mirrors paramater for the install command
James Tanner committed -
Some brew packages are not listed with their package name, e.g. libjpeg.
Dag Høidahl committed
-
- 02 Jan, 2014 1 commit
-
-
Rutger Spiertz committed
-
- 26 Dec, 2013 2 commits
-
-
Michael DeHaan committed
-
Updated main description to state that the yum module will handle package groups. Added descriptions for each example, as it is unclear to (some) users that @Name implies a group install.
beefsalad committed
-
- 20 Dec, 2013 1 commit
-
-
Janitha Karunaratne committed
-
- 18 Dec, 2013 1 commit
-
-
Michael Vermaes committed
-
- 12 Dec, 2013 1 commit
-
-
Same as b2542bff.
Veeti Paananen committed
-
- 09 Dec, 2013 1 commit
-
-
Rene Moser committed
-
- 05 Dec, 2013 2 commits
-
-
The apt module check if a packag eis valid by loking in the cache, checking only for full name, while it should also check that the name is not just provided. Fix https://github.com/ansible/ansible/issues/5177
Michael Scherer committed -
Michael Vogt committed
-
- 04 Dec, 2013 1 commit
-
-
If we do this, we risk outputting two JSON payloads, which will be unparsable.
Jens Rantil committed
-
- 02 Dec, 2013 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 28 Nov, 2013 2 commits
-
-
Revert "No longer need to reference 'version_added' in docs for these, as this was quite a while ago." This reverts commit ff0a41d4.
Michael DeHaan committed -
Michael DeHaan committed
-
- 21 Nov, 2013 2 commits
-
-
is installed when it isn't.
Berend de Boer committed -
Akihiro YAMAZAKI committed
-
- 19 Nov, 2013 1 commit
-
-
James Tanner committed
-
- 18 Nov, 2013 4 commits
-
-
raise errors when omitted, updated changelog with new modules.
Michael DeHaan committed -
Give the module more knowledge of the package name structure. This makes the handling of version-less flavors (like vim--no_x11) behave properly. While here sprinkle debug logging that is helpful when testing the module.
Patrik Lundin committed -
* library/packaging/pkgin: Signed-off-by: giorgio-v <giorgio@refactor.it>
giorgio-v committed -
This reverts commit de2f4cf0, reversing changes made to 2c33737b.
James Tanner committed
-
- 17 Nov, 2013 3 commits
-
-
For some reason, on my test mandriva, urpmi --force return 0 even when it cannot install a rpm. So we have to explicitely check if the package was properly installed with a loop
Michael Scherer committed -
external executable, to avoid the cost of forking. Since python-rpm is not automatically present, we still fallback on the slower rpm fork method.
Michael Scherer committed -
even when a package is already installed, since urpmi will always return 0 wether it install or not.
Michael Scherer committed
-
- 15 Nov, 2013 3 commits
-
-
James Tanner committed
-
Also solves the particular problem of installing packages that have multiple versions in the repo, but specifying the exact version would be troublesome: $ pkg install -n dovecot The following 2 packages will be installed: Installing dovecot: 1.2.17 Reinstalling dovecot-2.2.6 (options changed) $ pkg install -n dovecot-2.2.6 The following 1 packages will be installed: Reinstalling dovecot-2.2.6 (options changed) $ pkg install -n -g dovecot-2* The following 1 packages will be installed: Reinstalling dovecot-2.2.6 (options changed)
Arkadi Shishlov committed -
is vim. It can be installed as vim--no_x11 or vim--gtk2.
Laurent Coustet committed
-