- 25 Sep, 2015 1 commit
-
-
Due to the way we're now calculating delegate_to, if that value is based on a loop variable ('item') we need to calculate all of the possible delegated_to variables for that loop. Fixes #12499
James Cammarata committed
-
- 08 Sep, 2015 1 commit
-
-
Fixes #12245
James Cammarata committed
-
- 04 Sep, 2015 1 commit
-
-
Required some rewiring in inventory code to make sure we're using the DataLoader class for some data file operations, which makes mocking them much easier. Also identified two corner cases not currently handled by the code, related to inventory variable sources and which one "wins". Also noticed we weren't properly merging variables from multiple group/host_var file locations (inventory directory vs. playbook directory locations) so fixed as well.
James Cammarata committed
-
- 03 Sep, 2015 1 commit
-
-
Replace .iteritems() with six.iteritems() everywhere except in module_utils (because there's no 'six' on the remote host). And except in lib/ansible/galaxy/data/metadata_template.j2, because I'm not sure six is available there.
Marius Gedminas committed
-
- 01 Sep, 2015 1 commit
-
-
* Dedupe combine_vars() code (removed from VariableManager) * Fix merge_hash algorithm to preserve the type * unittest combine_vars and merge_hash
Toshio Kuratomi committed
-
- 10 Jul, 2015 1 commit
-
-
James Cammarata committed
-
- 05 Jul, 2015 1 commit
-
-
James Cammarata committed
-
- 24 Jun, 2015 1 commit
-
-
James Cammarata committed
-
- 15 May, 2015 1 commit
-
-
James Cammarata committed
-
- 12 May, 2015 1 commit
-
-
James Cammarata committed
-
- 08 May, 2015 1 commit
-
-
* Fix import pathing for units.mock * Add some additional requirements * Use compileall to test compatiblity with different python versions
Matt Martz committed
-
- 04 May, 2015 1 commit
-
-
James Cammarata committed
-