- 15 Apr, 2015 4 commits
-
-
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 36 commits
-
-
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 -
Toshio Kuratomi committed
-
Michael Scherer committed
-
Purpose: so that devs can use tox to run v1 or v2 of ansible with various versions of python. For example `tox -e py27-v2 will run python2.7 on v2. Currently, only py26 and py27 are run on v1 when running just `tox` so that we aren't breaking builds.
Rory Finnegan committed -
Missing import for ansible.errors (pylint)
Brian Coca committed -
Michael Scherer committed
-
Do not import all ansible errors and fix the exception raised
Toshio Kuratomi committed -
Pylint warning, the method _warning is called warning
Brian Coca committed -
Pylint show a error "no deprecations variable"
Brian Coca committed -
Michael Scherer committed
-
Michael Scherer committed
-
Add another error, who seems to be all over the place
Brian Coca committed -
Michael Scherer committed
-
Michael Scherer committed
-
Add back AnsibleFileNotFound ( used in connection plugins )
Toshio Kuratomi committed -
James Cammarata committed
-
Michael Scherer committed
-
Improvements to OpenStack inventory script
Brian Coca committed -
Brian Coca committed
-
This reverts the previous commit (d71834d1) and instead fixes the problem by making sure that options used by ConnectionInformation do not have defaults set in the playbook objects so they're properly inherited from the CLI options object if not otherwise specified in the play
James Cammarata committed -
Brian Coca committed
-
Moving this above the play setting means that any default values set in play (like connection) override any corresponding CLI option, which is wrong. Generally CLI options should override things set in playbooks
James Cammarata committed
-