- 03 Aug, 2015 12 commits
-
-
Brian Coca committed
-
James Cammarata committed
-
Fixes #11836
Toshio Kuratomi committed -
Fixes #10858
James Cammarata committed -
Fixes #11839
James Cammarata committed -
James Cammarata committed
-
Also modifies the Play class to not include become* fields in the post-validation step. Fixes #11353
James Cammarata committed -
And use it in the call to get the loop items for a task.
James Cammarata committed -
Fix for PowerShell unquote method when passed None.
James Cammarata committed -
Raw is not raw enough
James Cammarata committed -
Bug #11830, keep working even if we use private_networking
James Cammarata committed -
Disallow --forks 0
James Cammarata committed
-
- 02 Aug, 2015 7 commits
-
-
Chris Church committed
-
Make 'pause: prompt=…' print the prompt
James Cammarata committed -
Chris Church committed
-
In stable-1.9, the prompt string is passed to raw_input(), which prints it without an extra \n. Here we're just print()ing it, so the \n would be doubled.
Abhijit Menon-Sen committed -
James Cammarata committed
-
Without at least one worker process, things break: Traceback (most recent call last): File "/home/ams/extern/ansible/ansible/lib/ansible/executor/process/result.py", line 103, in run result = self._read_worker_result() File "/home/ams/extern/ansible/ansible/lib/ansible/executor/process/result.py", line 69, in _read_worker_result (worker_prc, main_q, rslt_q) = self._workers[self._cur_worker] IndexError: list index out of rangeAbhijit Menon-Sen committed -
Marcos Garcia committed
-
- 01 Aug, 2015 17 commits
-
-
Remove TODO: the play already overrides options
Toshio Kuratomi committed -
Abhijit Menon-Sen committed
-
Show a better message when ansible.cfg is not found
Toshio Kuratomi committed -
Earlier we would say «Using as config file» if we didn't find one.
Abhijit Menon-Sen committed -
Split py24 testing into its own tox section
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Another small batch of trivial FIXME removals
James Cammarata committed -
Abhijit Menon-Sen committed
-
Abhijit Menon-Sen committed
-
In particular, fix arg parsing Fixes #11820
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
Fixes for synchronize with delegate_to
James Cammarata committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
- 31 Jul, 2015 4 commits
-
-
Only run win_feature tests when the host has the ServerManager module.
Chris Church committed -
Toshio Kuratomi committed
-
James Cammarata committed
-
Add an option for PowerShell modules to indicate support for check mode, skip running module if check mode is not supported.
Chris Church committed
-