- 13 Jan, 2013 1 commit
-
-
Without read permission to the current working directory, git-clone will fail: root@host:~$ sudo -u git -H git clone \ git://github.com/ansible/ansible.git /home/git/ansible fatal: Could not change back to '/root': Permission denied This commit ensures that the working directory is changed to the parent-folder of the destination before doing the clone.
Gert Goet committed
-
- 12 Jan, 2013 2 commits
-
-
typo in ssh private key name
Michael DeHaan committed -
Jan-Piet Mens committed
-
- 11 Jan, 2013 1 commit
-
-
EC2 module should report back the public_dns_name too
Michael DeHaan committed
-
- 10 Jan, 2013 8 commits
-
-
Daniel Hokka Zakrisson committed
-
Fixes #1854.
Daniel Hokka Zakrisson committed -
Jure Triglav committed
-
Jure Triglav committed
-
Updates Arch PKGBUILD to include other man pages
Michael DeHaan committed -
Fix distribution detection - return string instead of functions
Michael DeHaan committed -
Sergey Popov committed
-
add with_sequence lookup plugin
Daniel Hokka Zakrisson committed
-
- 09 Jan, 2013 12 commits
-
-
Plugin allows you to do easy counts for items.
Jayson Vantuyl committed -
Fixes #1848.
Daniel Hokka Zakrisson committed -
Man pages for ansible-pull and ansible-docs are now installed properly
Michel Blanc committed -
Revert the import of C in script
Daniel Hokka Zakrisson committed -
So we cannot get rid of this one now.
Dag Wieers committed -
Daniel Hokka Zakrisson committed
-
For compatibility with older releases as well as avoiding things like action: raw executable= show status to communicate with devices that don't have sh.
Daniel Hokka Zakrisson committed -
shlex.split will strip quotes and it might not even be sh at this point.
Daniel Hokka Zakrisson committed -
Clean up imports (taken from PR #1804)
Michael DeHaan committed -
Dag Wieers committed
-
Fixes the case where variable x is '$y' and y is a dict(foo='bar') and an attempt to access ${x.foo} is made.
Daniel Hokka Zakrisson committed -
Daniel Hokka Zakrisson committed
-
- 08 Jan, 2013 2 commits
-
-
Useful for managing not-UNIX things.
Daniel Hokka Zakrisson committed -
Allow to change executable (shell/interpreter) when using raw
Daniel Hokka Zakrisson committed
-
- 07 Jan, 2013 6 commits
-
-
Replaces erroring out on it and requiring the abysmal pattern[0-0] instead.
Daniel Hokka Zakrisson committed -
Expands path on file operations
Michael DeHaan committed -
add encoding documentation in postgresql_db
Michael DeHaan committed -
Fix behaviour when file handles a path with tilde
Michael DeHaan committed -
Félix Sipma committed
-
Two problems here * unchecked exception handling and erroneous assumption as to why an exception might fire * although the file module expands the path, when using file_args the unexpanded path is passed. Expected result: ~/path/to/file should work fine Actual result: exception is because it doesn't find file with a message about not being able to get the selinux context
willthames committed
-
- 06 Jan, 2013 3 commits
-
-
Daniel Hokka Zakrisson committed
-
Fixes #1823.
Daniel Hokka Zakrisson committed -
postgresql_db fails with owner containing a "-"
Daniel Hokka Zakrisson committed
-
- 05 Jan, 2013 5 commits
-
-
Félix Sipma committed
-
syslog.openlog does not cope with unicode first argument
Daniel Hokka Zakrisson committed -
Arch PKGBUILD fixes
Daniel Hokka Zakrisson committed -
Removed github URL in favor of ansible.cc
Michel Blanc committed -
git module documentation: removed incorrect use of term 'remote branch' ...
Daniel Hokka Zakrisson committed
-