Sam Doran
3cd98a9fcc
Use ansible.module_utils.six in inventory scripts ( #55000 )
...
* Use six from ansible.module_utils for inventory scripts
Remove skips from sanity test
* Change all imports of ConfigParser to use module_utils.six.moves
* Remove commented out lines
* Fix six imports
2019-04-09 13:17:59 -04:00
Matt Clay
3e778d3f8f
Fix pycodestyle E117 issues.
2019-02-13 23:35:39 -08:00
Toshio Kuratomi
3fba006207
Update bare exceptions to specify Exception.
...
This will keep us from accidentally catching program-exiting exceptions
like KeyboardInterupt and SystemExit.
2018-12-16 15:03:19 -08:00
Austin Hobbs
6c94c28a12
Ansible Vault and Azure Key Vault vault password script ( #44544 )
...
* added new vault password files that can be used with Azure Key Vault
* fixed pylint errors
* fixed pep 8 violations
2018-11-06 15:07:28 -05:00