- 09 Sep, 2015 18 commits
-
-
Vault missing DataLoader for pwd file #12293
James Cammarata committed -
Fixes #12301
James Cammarata committed -
James Cammarata committed
-
Allows ANSIBLE_LIBRARY to overload core modules even if the module in ANSIBLE_LIBRARY doesn't have a .py extension.
Toshio Kuratomi committed -
James Cammarata committed
-
Blake Atkinson committed
-
Fixes #12284
James Cammarata committed -
Fix problem with "=" in the initial file path.
Toshio Kuratomi committed -
Revert "remove closing connections after every task, this goes against conneciton caching and was not expected behaviuor nor inhertited from v1" needed for winrm, disabled closing connections in ssh to avoid issues with that persistance, need to normalize all this in future This reverts commit 23a22397.
Brian Coca committed -
Brian Coca committed
-
Toshio Kuratomi committed
-
James Cammarata committed
-
Also fixes a template path lookup issue when using an include Fixes #12277
James Cammarata committed -
Python 3: use six.string_types instead of basestring
Toshio Kuratomi committed -
* Turn strings into byte strings before passing to shlex and turn them back into unicode strings after they are retyurned from there Fixes #12257
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Reduces the number of failing tests from 35 to 17.
Marius Gedminas committed -
Python 3: fix TypeError: unorderable types in test
Toshio Kuratomi committed
-
- 08 Sep, 2015 16 commits
-
-
s/rpmbuild/rpm-build
Brian Coca committed -
When I followed these instructions, the generated path was 'rpm-build', not 'rpmbuild'. My rpm-build version is rpm-build-4.11.1-25.el7.x86_64 if that's relevant. Maybe this is 'just me', but wanted to feed back in case it's the same for everyone.
Kenny Gillen committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Also fixes a couple of bugs that popped up when using the proxy class
James Cammarata committed -
Update intro_windows.rst
Brian Coca committed -
Fix typo that broke RST -> html parsing.
Bill Nottingham committed -
Brian Coca committed
-
Brian Coca committed
-
added Manjaro as an Archlinux family
Brian Coca committed -
Update doc to use 'become' instead of 'sudo'
Brian Coca committed -
Praveen Kumar committed
-
Victor Costan committed
-
Fixes #12245
James Cammarata committed -
Potential fix for #12260
James Cammarata committed -
Potential fix for amazon linux's rpm doing something strange with the python_sitelib macro #12166
Toshio Kuratomi committed
-
- 07 Sep, 2015 4 commits
-
-
Marius Gedminas committed
-
Fix rsync connections to IPv6 addresses
James Cammarata committed -
The full error was ====================================================================== ERROR: test_task_executor_execute (units.executor.test_task_executor.TestTaskExecutor) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/mg/src/ansible/test/units/executor/test_task_executor.py", line 252, in test_task_executor_execute mock_action.run.return_value = dict(ansible_facts=dict()) File "/home/mg/src/ansible/lib/ansible/executor/task_executor.py", line 317, in _execute if self._task.async > 0: TypeError: unorderable types: MagicMock() > int() ---------------------------------------------------------------------- Experiments show that Python 2 MagicMock() > 0 is true, so I'm setting the async property on mock_task to 1. (If I set it to 0, the test fails anyway.)
Marius Gedminas committed -
Similar to https://github.com/ansible/ansible/pull/11816 we can unconditionally wrap the host address in square brackets. This is required by rsync for IPv6 addresses.
Gaurav Jain committed
-
- 06 Sep, 2015 1 commit
-
-
Toshio Kuratomi committed
-
- 05 Sep, 2015 1 commit
-
-
Toshio Kuratomi committed
-