- 14 Apr, 2015 18 commits
-
-
Michael Scherer 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 -
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
-
- 13 Apr, 2015 22 commits
-
-
Git integration test: remove test for ambiguous .git/branches dir
Toshio Kuratomi committed -
Import fixes
Toshio Kuratomi committed -
Amandine Lee committed
-
Import queue from six.moves for python3 compatibility.
Toshio Kuratomi committed -
Amandine Lee committed
-
Ian Dotson committed
-
Toshio Kuratomi committed
-
Add test requirements for working with v2.
Toshio Kuratomi committed -
Amandine Lee committed
-
Change how we're calling StringIO
Toshio Kuratomi committed -
Print function
Toshio Kuratomi committed -
Ian Dotson committed
-
Amandine Lee committed
-
Amandine Lee committed
-
Import StringIO from six in a couple more places.
Toshio Kuratomi committed -
ian committed
-
Toshio Kuratomi committed
-
Several more changes to support python3 syntax.
Toshio Kuratomi committed -
Fixed wrong example of 'environment' for setting PATH
Brian Coca committed -
ian committed
-
eroldan committed
-
Dorian Pula committed
-