- 10 Aug, 2012 4 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Given user report that EL5 sudo does not support '--', remove it, and things seem to still work fine. let me know if this breaks any other boxes.
Michael DeHaan committed
-
- 11 Aug, 2012 3 commits
-
-
Update file module to not recurse when setting ownership
Michael DeHaan committed -
Fixes for raw module usage and failure to open_session()
Michael DeHaan committed -
Bugfix/pip2
Michael DeHaan committed
-
- 10 Aug, 2012 18 commits
-
-
Sébastien Bocahu committed
-
Signed-off-by: Sebastien Bocahu <sebastien@ispfr.net>
Sebastien Bocahu committed -
This updates set_owner_if_different() and set_group_if_different() to not implicitly recurse when setting ownership (whether user or group). It drops the os.system() call and replaces it with os.chown(). Resolves issue #825. The recursion should be explicit. A recurse=yes|no option should be added to the file module.
Stephen Fromm committed -
Ran across non-unix host where the call to paramiko's open_session() in exec_command() would throw a EOFError exception. This change wraps the block in a try/except.
Stephen Fromm committed -
runner should not try to create or remove tmp paths when using the raw module.
Stephen Fromm committed -
Dave Peticolas committed
-
Relative symlinks don't really work (module bug) and would be confusing anyway, better to be explicit.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Feature/pip module py2.4
Michael DeHaan committed -
add backup= option to copy. makes a backup of the file on the target
Michael DeHaan committed -
Feature/sudo cmd not defined
Michael DeHaan committed -
We need to include the license when we ship RPMs
Michael DeHaan committed -
Include bin/ansible-pull as part of the sdist in distutils.
Michael DeHaan committed
-
- 09 Aug, 2012 15 commits
-
-
The `val if something else something-else` syntax does not work prior to 2.5.
Sundar Raman committed -
Sundar Raman committed
-
The `val if something else something-else` syntax does not work prior to 2.5
Sundar Raman committed -
Seth Vidal committed
-
in a file named: $filename.YYYY-MM-DD@HH:MM~ backup=False is default
Seth Vidal committed -
make yum module work with list=pkgspec
Michael DeHaan committed -
Seth Vidal committed
-
It is still required to use list=..., but the typical install and remove won't need it.
Daniel Hokka Zakrisson committed -
Tim Bielawa committed
-
Rodney Quillo committed
-
Tim Bielawa committed
-
Update man pages and the message for an exception.
Michael DeHaan committed -
Tim Bielawa committed
-
Michael DeHaan committed
-
Added commit time information to the --version output
Michael DeHaan committed
-