- 03 Sep, 2015 2 commits
-
-
Abhijit Menon-Sen committed
-
The lock file is (a temporary file) opened in the parent process, whose open fd is inherited by the workers after fork, and passed down through the PlayContext. Connection grows lock/unlock methods which can be used by individual connection plugins.
Abhijit Menon-Sen committed
-
- 02 Sep, 2015 23 commits
-
-
Delete all compiled python files when running hacking/env-setup
Brian Coca committed -
Luke Rohde committed
-
Brian Coca committed
-
Brian Coca committed
-
Toshio Kuratomi committed
-
In v1, a trailing newline was kept if the parameter was passed as key=value. If the parameter was passed as yaml dict the trailing newline was discarded. Since key-value and yaml dict were unified in v2 we have to make a choice as to which behaviour we want. Decided that keeping trailing newlines by default made the most sense. Fixes #12200 Fixes #12199
Toshio Kuratomi committed -
Luke Rohde committed
-
James Cammarata committed
-
Toshio Kuratomi committed
-
Use rich comparisons for Attribute and FieldAttribute
James Cammarata committed -
Fixes #12206
James Cammarata committed -
ansible is passing unicode arond internally so we should test the same data. * Add a zero length test for _count_newlines and fix the zero newlines test to have no newlines.
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Fix for one half of hte bug reported in #12198
Toshio Kuratomi committed -
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Because __cmp__ is not supported on Python 3.
Marius Gedminas committed -
Marius Gedminas committed
-
Remove duplicated function definition (fallout from earlier repeated merge)
James Cammarata committed -
Abhijit Menon-Sen committed
-
- 01 Sep, 2015 15 commits
-
-
dbd755e0 previously assigned the value to self._templar.environment.searchpath, which is incorrect - it needs to be assigned to the environment.loader.searchpath value instead. Fixes #11931
James Cammarata committed -
James Cammarata committed
-
Fixes #12180
James Cammarata committed -
* Dedupe combine_vars() code (removed from VariableManager) * Fix merge_hash algorithm to preserve the type * unittest combine_vars and merge_hash
Toshio Kuratomi committed -
Adds utf-8 encoding to f5 module_utils
James Cammarata committed -
Show module name and args with -vvv
James Cammarata committed -
This information was earlier shown only with ANSIBLE_DEBUG, but it's extremely useful in a user context, especially with module invocations with deeply nested args like the ec2_vpc/ec2 modules. Closes #11680
Abhijit Menon-Sen committed -
James Cammarata committed
-
Fixes #12155
James Cammarata committed -
Changelog tweak: Mention --output - for ansible-vault encrypt/decrypt
James Cammarata committed -
Fix setting dns_name in cobbler inventory
James Cammarata committed -
Fixes #12081
James Cammarata committed -
Brian Coca committed
-
Add Nagios NDO inventory plugin
Brian Coca committed -
Jonathan Lestrelin committed
-