- 19 Nov, 2012 1 commit
-
-
Michael DeHaan committed
-
- 07 Aug, 2012 1 commit
-
-
whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added in 0.6 release)
Michael DeHaan committed
-
- 03 Aug, 2012 1 commit
-
-
Add encoding lines to python modules such that they can take unicode options if they are fed them, since the AnsibleModule stuff no longer base64 encodes for simplicity and speed reasons.
Michael DeHaan committed
-
- 09 May, 2012 1 commit
-
-
The ohai and facter modules use /usr/bin/logger to log the fact that they have been invoked. I added 'import os' to the ping module so that it could have the same syslog statements as the other modules. I separated the condensed: shlex.split(open(argfile, 'r').read()) into two separate statements similar to the other modules.
Stephen Fromm committed
-
- 01 May, 2012 1 commit
-
-
It wasn't killing the job at all before. Indentation was 3 spaces.
Jeroen Hoekx committed
-
- 01 Apr, 2012 1 commit
-
-
Eliminate possible race condition in async_wrapper where ansible deletes the argsfile while the module is still kicking off. Should not happen except in modules that are somewhat slow to load and probably can be fixed better than the included sleep, i.e. some IPC communication that the process has launched and is ok to exit. This works pretty well for now though.
Michael DeHaan committed
-
- 14 Mar, 2012 1 commit
-
-
Fix async to use the new argfiles method (wrapping brain around rock, really must write module development guide)
Michael DeHaan committed
-
- 11 Mar, 2012 2 commits
-
-
Michael DeHaan committed
-
is not letting async_wrapper daemonize itself when it does work fine when directly executed.
Michael DeHaan committed
-
- 04 Apr, 2012 1 commit
-
-
Michael DeHaan committed
-
- 03 Mar, 2012 5 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
still needs to daemonize. Then, once done, playbook can be taught how to poll async within the timing window.
Michael DeHaan committed
-