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
Joren Vrancken
b954917761
Surround top-level function and class definitions with two blank lines.
2018-07-31 12:06:56 -07:00
Matt Clay
e45c763b64
Fix invalid string escape sequences.
2017-11-21 10:03:34 -08:00
Matt Clay
7714dcd04e
Enable more pylint rules and fix reported issues. ( #30539 )
...
* Enable pylint unreachable test.
* Enable pylint suppressed-message test.
* Enable pylint redundant-unittest-assert test.
* Enable pylint bad-open-mode test.
* Enable pylint signature-differs test.
* Enable pylint unnecessary-pass test.
* Enable pylint unnecessary-lambda test.
* Enable pylint raising-bad-type test.
* Enable pylint logging-not-lazy test.
* Enable pylint logging-format-interpolation test.
* Enable pylint useless-else-on-loop test.
2017-09-18 23:20:32 -07:00
Toshio Kuratomi
225fa5d092
Fix undefined variables, basestring usage, and some associated python3 issues
2017-07-25 15:58:23 -07:00
Abhijeet Kasurde
b89cb95609
Fix spelling mistakes (comments only) ( #25564 )
...
Original Author : klemens <ka7@github.com>
Taking over previous PR as per
https://github.com/ansible/ansible/pull/23644#issuecomment-307334525
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2017-06-12 07:55:19 +01:00
Matt Martz
d3249e7875
pep8 fixes for contrib ( #24344 )
2017-05-09 16:38:08 -05:00
Toshio Kuratomi
2fff690caa
Update module_utils.six to latest ( #22855 )
...
* Update module_utils.six to latest
We've been held back on the version of six we could use on the module
side to 1.4.x because of python-2.4 compatibility. Now that our minimum
is Python-2.6, we can update to the latest version of six in
module_utils and get rid of the second copy in lib/ansible/compat.
2017-03-23 13:35:05 -07:00
Damien
2376d891c7
[inventory/aos] Few fixes and small tweaks ( #22259 )
...
* Add ads server itself as an host in the inventory
* Comment all value in example
* Add Id in variable list per device
* Centralize code to add device status to variables
* Fix device variable name for blueprint
2017-03-03 19:38:46 +00:00
Damien
8032c9a715
Clean up group name before creation to remove spaces etc .. ( #22020 )
2017-03-01 11:20:28 +00:00
Damien
0141c0c336
inventory/Aos - Add session information to group all variables ( #21719 )
...
* Add aos.session information to group all variables
* Revert IP address change
* Remove space in empty line for PEP8
2017-02-22 16:45:49 -05:00
Damien
4d4fdb3500
inventory/apstra_aos - Add a new output format when a blueprint name is provided ( #21434 )
...
* Add a new output format when a blueprint name is provided
* Add author name
2017-02-17 20:26:53 -05:00
Damien
a995fa43a6
New dynamic inventory for Apstra AOS ( #21045 )
...
* Initial release of dynamic inventory for AOS
2017-02-09 13:10:36 -05:00