- 19 May, 2014 2 commits
-
-
Fixes #7448
James Cammarata committed -
Add missing space between var and delimeter
Michael DeHaan committed
-
- 17 May, 2014 1 commit
-
-
mrdeathless committed
-
- 16 May, 2014 9 commits
-
-
Fixes #7414
James Cammarata committed -
James Cammarata committed
-
Fixes #7416
James Cammarata committed -
Michael Peters committed
-
Update composer example
James Cammarata committed -
Michael Peters committed
-
Remove unsupported 'install' argument
Alan Pearce committed -
Michael DeHaan committed
-
- 15 May, 2014 5 commits
-
-
docker: fix targetting images by name
James Cammarata committed -
Matt Bray committed
-
James Cammarata 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 21 commits
-
-
Fix known_hosts.py to work on older versions of python
Michael DeHaan committed -
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 -
Michal Mach 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 2 commits
-
-
Fixes #7385
James Cammarata committed -
Fixes #7345
James Cammarata committed
-