- 10 Oct, 2014 5 commits
-
-
James Cammarata committed
-
Fixes a case where the variable 'foo' may exist, but the with_items loop was used on something like 'foo.results', where 'results' was not a valid attribute of 'foo'. Prior to this patch, conditionals were not evaluated until later, meaning there was no opportunity to allow a test to skip the task or item based on it being undefined.
James Cammarata committed -
Toshio Kuratomi committed
-
support for Mandriva. Fixes #9282
Toshio Kuratomi committed -
This fixes the case in which the delegated to host may not be in the specified hosts list, in which cases facts/vars for the host were not available in the injected hostvars. This also fixes the inventory variable fetching function, so that an unknown host raises a proper error as opposed to a NoneType exception. Fixes #8224
James Cammarata committed
-
- 09 Oct, 2014 7 commits
-
-
Fixes #9274
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
Typo: mo[u]dules
Michael DeHaan committed -
Fixes #9236
Toshio Kuratomi committed -
Fixes #9173
Toshio Kuratomi committed -
Fix typo: moudules -> modules
Lorin Hochstein committed
-
- 08 Oct, 2014 12 commits
-
-
Michael DeHaan committed
-
This makes the module args parser more functional to eliminate side effects and eliminiates the 'return None' error path to make sure we are handling more use cases. Some paths are not yet complete, including most likely handling of the 'raw' module.
Michael DeHaan committed -
Michael DeHaan committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Fixes Arch PKGBUILD
James Cammarata committed -
Makes listify_lookup_plugin_terms respect the global setting for undefined variables.
James Cammarata committed -
Toshio Kuratomi committed
-
James Cammarata committed
-
Build was failing with new Ansible submodule setup for core and extras modules. Integrated fix from @firecat53 Added @firecat53 to contributors.
Michel Blanc committed -
(Fixes #9008.) With credit to jimi-c for the initial pass in this commit: https://github.com/jimi-c/ansible/commit/b18bd6b98edecda1fcb5a85053593e78b46b9709
Rob Howard committed -
James Cammarata committed
-
- 07 Oct, 2014 8 commits
-
-
Michael DeHaan committed
-
James Cammarata committed
-
James Cammarata committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Small fix for issue #9275
James Cammarata committed -
Documentation typo: ansible-module[s]-extras
James Cammarata committed -
Michael DeHaan committed
-
- 06 Oct, 2014 7 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
not need two copies.
Michael DeHaan committed -
Michael DeHaan committed
-
This reverts commit a1751686.
James Cammarata committed -
Fixes #9242
James Cammarata committed
-
- 05 Oct, 2014 1 commit
-
-
CaptTofu committed
-