- 14 May, 2014 19 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 #7405
James Cammarata committed -
Fixes #7385
James Cammarata committed -
Pass vars_files on to included playbooks too
James Cammarata committed -
Make sure the docker data has a "Names" field before using it
James Cammarata committed -
James Cammarata committed
-
https://github.com/bcoca/ansible
Merge branch 'file_new_dirs_perms' of https://github.com/bcoca/ansible into bcoca-file_new_dirs_perms
James Cammarata committed -
Fix env splitting in docker module
James Cammarata committed -
This is a corner case for remote file systems that don't support chown() and where the source and destination for the atomic_move are on that remote file system. Fixes #7372
James Cammarata committed -
James Cammarata committed
-
Merge branch 'pass-basedir-to-runner-on-setup' of https://github.com/ByteInternet/ansible into ByteInternet-pass-basedir-to-runner-on-setup
James Cammarata committed -
postgresql_user module documentation: Clarify that the encrypted param must also be set.
James Cammarata committed -
Properly merge role conditionals in with pre-existing conditionals
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 -
Fixes #7384
James Cammarata committed -
Allard Hoeve committed
-
Fixes #7387
James Cammarata committed
-
- 13 May, 2014 7 commits
-
-
Fixes #7385
James Cammarata committed -
Fixes #7345
James Cammarata committed -
Do not base synchronize source on the inventory directory
James Cammarata committed -
Fix missing variable initialization so an unspecified internal_network works
James Cammarata committed -
James Cammarata committed
-
Carson Gee committed
-
Convert to string to fix runtime error due to string concat in self.common_args += ["-o", "User="+self.user] when ansible_ssh_user is numeric
Marco Re committed
-
- 12 May, 2014 7 commits
-
-
Handle ValueError during json.loads of json data from build
James Cammarata committed -
Matt Martz committed
-
Fixes #7364
Chris Church committed -
Fixes #7363
James Cammarata committed -
Fixes #7366
James Cammarata committed -
Retinafy favicon.ico
James Cammarata committed -
Michael Warkentin committed
-
- 10 May, 2014 3 commits
-
-
Add dots to valid path characters
James Cammarata committed -
Yuichi TANIKAWA committed
-
Fix grammar and value errors in cron documentation
James Cammarata committed
-
- 09 May, 2014 4 commits
-
-
Previously we assumed the shell on the target systems were 'sh'- compliant when formatting environment variables preceding command strings. This patch corrects that by basing the target shell type on the DEFAULT_EXECUTABLE setting, which can be overridden on a per-host basis using the inventory variable 'ansible_shell_type'. Fixes #7352
James Cammarata committed -
Add documentation for required parameter name to quantum_subnet
James Cammarata committed -
Michael DeHaan committed
-
Fix: Remove check for Ghost state
James Cammarata committed
-