- 04 Aug, 2015 7 commits
-
-
Brian Coca committed
-
Toshio Kuratomi committed
-
Fixes #11852
James Cammarata committed -
Fixes #11851
James Cammarata committed -
James Cammarata committed
-
Fixes bugs related to creating Templar() objects on the fly, where the shared loader objects (serialized to TaskExecutor) aren't used so information loaded into plugin loaders after forking is lost. Fixes #11815
James Cammarata committed -
This field is templated specially during the TaskExecutor's loop calculation, so there's no need to post validate it again. Fixes #11481
James Cammarata committed
-
- 03 Aug, 2015 17 commits
-
-
Add test for https://github.com/ansible/ansible/issues/9851
Brian Coca committed -
fixes #11808
Brian Coca committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Brian Coca committed
-
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 range
Abhijit Menon-Sen committed -
Marcos Garcia committed
-
- 01 Aug, 2015 9 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
-