- 19 Nov, 2013 7 commits
-
-
Add zsh support for working dir independant sourcing
Michael DeHaan committed -
cloudformation parameters no longer required.
Michael DeHaan committed -
hostname module fix for RHEL5
Michael DeHaan committed -
return failed if a package couldn't be installed
Michael DeHaan committed -
phy1729 committed
-
James Martin committed
-
Remove the 'host' module for now because the alias handling involves a bit too much automagic. Proposal is to come up with a spec of how it should work and accept to spec, using the existing patch (cherry-picked) as a baseline.
Michael DeHaan committed
-
- 18 Nov, 2013 22 commits
-
-
Michael DeHaan committed
-
raise errors when omitted, updated changelog with new modules.
Michael DeHaan committed -
Michael DeHaan committed
-
Changelog updates and a few module renames. vpc -> ec2_vpc, githooks -> github_hooks, blacklist -> kernel_blacklist. These are all new in 1.4 so safe to change.
Michael DeHaan committed -
Michael DeHaan committed
-
replacing a \$ with $.
Michael DeHaan committed -
Improve Group.get_hosts() performance.
jctanner committed -
Remove stale references to 'latest' from docsite
Michael DeHaan committed -
left over from 0cd09dd5
John Barker committed -
Collect all stdout over ssh transport before returning data
Matt Haggard committed -
Correct the constant name "remote_temp" to "remote_tmp"
Michael DeHaan committed -
Retrieve EC2 state when using newer versions of Boto
Michael DeHaan committed -
KeyError: 'delegate_to' lookup in sync module needs to be checked to see if defined for ad hoc
Michael DeHaan committed -
correct link to developing modules on ansiblework's website (part 2)
Michael DeHaan committed -
John Barker committed
-
correct link to developing modules on ansible work's website
Michael DeHaan committed -
John Barker committed
-
James Tanner committed
-
James Tanner committed
-
Skylar Saveland committed
-
This reverts commit de2f4cf0, reversing changes made to 2c33737b.
James Tanner committed -
- reduce hosts group list to unique elements faster - add a cache of already computed hosts group list
Stoned Elipot committed
-
- 17 Nov, 2013 5 commits
-
-
Senmiao Liu committed
-
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 -
Various fix for the urpmi module
Michael DeHaan 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
-
- 16 Nov, 2013 6 commits
-
-
Merge pull request #4927 from intellectronica/intellectronica/docker-identify-private-repos-backport Update cloud/docker: if the image name containes a repository, strip it.
Michael DeHaan committed -
fix various typos in the documentation
Michael DeHaan committed -
Michael Scherer committed
-
When using repositories other than the main one at docker.io, the image name contains the repo name (which itself contains ":" as a separator between domain and port). We don't really care about it here, so just get rid of it before looking at the image name.
Tom Berger committed -
update npm-module to handle new node.js output
Michael DeHaan committed -
fix make tests to use the set of module from git checkout
Michael DeHaan committed
-