- 27 May, 2014 2 commits
-
-
Fixes #7548
James Cammarata committed -
The etype parameter just had a copy of the default parameter documentation. Changed it to reflect what it really is for.
Kit Westneat committed
-
- 26 May, 2014 1 commit
-
-
Matt Martz committed
-
- 24 May, 2014 3 commits
-
-
Nicolas Brisac committed
-
directory
Brian Coca committed -
Andrew Resch committed
-
- 23 May, 2014 5 commits
-
-
Andrew Resch committed
-
Andrew Resch committed
-
Evgenii Terechkov committed
-
Daniel Jaouen committed
-
Aleksey Khudyakov committed
-
- 22 May, 2014 1 commit
-
-
Matt Martz committed
-
- 21 May, 2014 4 commits
-
-
The docs were a little bit out of date with what commands are available to be run. They also didn't explain that you could pass custom commands - I almost went down the path of trying to run our custom management commands with the generic Ansible `command` module.
Michael Warkentin committed -
Fixes #7403
James Cammarata committed -
Atlas Health committed
-
Brian Coca committed
-
- 20 May, 2014 3 commits
-
-
Andrew Snare committed
-
Mathieu Martin committed
-
Also added some error handling to the fetch_url() call in the apt_repository module, so that failures to look up the PPA info are properly handled. Fixes #7322
James Cammarata committed
-
- 16 May, 2014 6 commits
-
-
Fixes #7414
James Cammarata committed -
Fixes #7416
James Cammarata committed -
Michael Peters committed
-
Michael Peters committed
-
Remove unsupported 'install' argument
Alan Pearce committed -
Michael DeHaan committed
-
- 15 May, 2014 2 commits
-
-
Matt Bray committed
-
If the module directory is not writable/executable to the current user (most likely because of a sudo to a non-root user), the ssh_wrapper will be created in the default location for mkstemp() calls. To facilitate the deletion of these new files, a new mechanism for cleaning up files created by the module was also added. Fixes #7375
James Cammarata committed
-
- 14 May, 2014 5 commits
-
-
When we hard-link a file, and the link path already exists, give the link path in the error message instead of the source
telsacolton committed -
When a symlink fails because the path already exists and force=no, we should output path in the error message instead of source.
telsacolton committed -
Fixes #7385
James Cammarata committed -
ENV variable value could contain '=' (for example mysql://host/db?pool=10)
Konstantin Shabanov committed -
While the encrypted parameter's documentation clearly states that it needs to be set, if you are focused on the password parameter's documentation, there's nothing to draw your attention to the fact that encrypted may also need to be set.
Scott Sturdivant committed
-
- 13 May, 2014 2 commits
-
-
Fixes #7385
James Cammarata committed -
Carson Gee committed
-
- 12 May, 2014 2 commits
-
-
Matt Martz committed
-
Fixes #7363
James Cammarata committed
-
- 10 May, 2014 1 commit
-
-
Yuichi TANIKAWA committed
-
- 09 May, 2014 3 commits
-
-
This fixed the just committed change handling non existent Ghost state.
Johannes 'fish' Ziemke committed -
This doesn't exist anymore and causes ansible to throw a KeyError
Johannes 'fish' Ziemke committed -
Adam Chainz committed
-