- 09 Oct, 2015 12 commits
-
-
removed changes to make local action equate connection=local and brought it back to equate delegate_to=localhost
Brian Coca committed -
Fix an issue where cache plugins weren't updated in certain scenarios
Brian Coca committed -
fixes #12683
Brian Coca committed -
The first call to persisting facts would work due to the assignment of a MutableMapping calling __setitem__ but subsequent module fact data would not be propogated to the fact cache plugins because update() doesn't invoke __setitem__. This changes the behavior a little bit and ensures set() is called on cache plugins.
Matthew Jones committed -
Remove some warning of undefined name and fix classmethod syntax error.
Brian Coca committed -
James Cammarata committed
-
Use AWS_DEFAULT_REGION env var if none specified
James Cammarata committed -
James Cammarata committed
-
Fixes #12676
James Cammarata committed -
Shayne Clausson committed
-
soarpenguin committed
-
soarpenguin committed
-
- 08 Oct, 2015 13 commits
-
-
Fixes #12667
James Cammarata committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Also some pre-emptive python3 compat and a code simplification
Toshio Kuratomi committed -
fixes #12682
Brian Coca committed -
Brian Coca committed
-
Fixes #12669
James Cammarata committed -
Fixes #12666
James Cammarata committed -
zabbix.py: Added additional ini file search path
James Cammarata committed -
update from origin
yfix committed -
Yuri Vysotskiy committed
-
Brian Coca committed
-
Brian Coca committed
-
- 07 Oct, 2015 15 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Update playbooks_blocks.rst
Brian Coca committed -
Remove heading that appears to be extraneous.
Bill Nottingham committed -
Indicate that credstash plugin is new in v2
Brian Coca committed -
Also offer a poor-man's alternative.
deyvsh committed -
Brian Coca committed
-
Displays the absolute path of a given task when verbosity is above level 3
Brian Coca committed -
Show a nice error if the role name is missing.
James Cammarata committed -
Explictly set the version of strict mode to use for powershell modules.
James Cammarata committed -
Add an example for map() to the filters page.
Brian Coca committed -
Juraci committed
-
Juraci committed
-