- 15 Apr, 2015 24 commits
-
-
Use abc for BaseCacheModule
Toshio Kuratomi committed -
Martin Chlumsky committed
-
Toshio Kuratomi committed
-
Remove old dead code ( variable no longer exist, not used )
Toshio Kuratomi committed -
Fix errors reporting for playbook/*
Toshio Kuratomi committed -
Do add a unused named argument using a variable that was removed
Toshio Kuratomi committed -
Fix serialize function by using the right members name
Toshio Kuratomi committed -
Fix variable name
Toshio Kuratomi committed -
Brian Coca committed
-
Toshio Kuratomi committed
-
problem that the update fixes: https://github.com/ansible/ansible-modules-core/issues/1064
Toshio Kuratomi committed -
James Cammarata committed
-
James Cammarata committed
-
Michael Scherer committed
-
Found by pylint.
Michael Scherer committed -
Michael Scherer committed
-
There is no 'role' variable, and given the test and code after, that's likely a test on 'ds'
Michael Scherer committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Fix the filename in error message (pylint)
Toshio Kuratomi committed -
Fix various pylint issues ( missing import and wrong variable names )
Toshio Kuratomi committed -
James Cammarata committed
-
James Cammarata committed
-
Fix the name of the exported class ( pylint )
Toshio Kuratomi committed
-
- 14 Apr, 2015 16 commits
-
-
Michael Scherer committed
-
Michael Scherer committed
-
Michael Scherer committed
-
Michael Scherer committed
-
fixed indent when looking at delegate_to vars
Brian Coca committed -
(We have a jenkins build that creates a [testenv:jenkins] so it needs there to be a default value
Toshio Kuratomi committed -
Rename the import, since the directory was renamed for v2
Toshio Kuratomi committed -
Add missing imports. They are used later in mkdtmp, needed by action plu...
Toshio Kuratomi committed -
Add/correct missing imports for AnsibleError in v2 lookup plugins
Toshio Kuratomi committed -
Michael Scherer committed
-
Michael Scherer committed
-
Fix the exception name ( AnsibleParserError, not AnsibleParsingError )
Toshio Kuratomi committed -
Michael Scherer committed
-
Updated the tox.ini file to run multiple ansible versions.
Toshio Kuratomi committed -
Add a import for 'builtins' module, used in CleansingNodeVisitor.
Toshio Kuratomi committed -
This was previously done by ./lib/ansible/utils/__init__.py, but this code is no longer here in v2 anymore. And since the module got renamed in python3 to builtins ( https://docs.python.org/3/library/builtins.html ), we have to use six.
Michael Scherer committed
-