Ryan Petrello
|
c2ef0a6500
|
move code linting to a stricter pep8-esque auto-formatting tool, black
|
2021-03-23 09:39:58 -04:00 |
|
Ryan Petrello
|
78229f5871
|
replace certain terms with more inclusive language
see: https://www.redhat.com/en/blog/making-open-source-more-inclusive-eradicating-problematic-language
|
2020-06-30 10:49:19 -04:00 |
|
Ryan Petrello
|
daeeaf413a
|
clean up unnecessary usage of the six library (awx only supports py3)
|
2019-01-25 00:19:48 -05:00 |
|
Ryan Petrello
|
c695ba2e10
|
fix flake8
|
2018-10-24 10:11:53 -04:00 |
|
Ryan Petrello
|
f8211b0588
|
add more edge case handling for yaml unsafe marking
|
2018-04-19 09:16:22 -04:00 |
|
Ryan Petrello
|
835f2eebc3
|
make extra var YAML serialization more robust to non-dict extra vars
|
2018-04-17 15:39:37 -04:00 |
|
Ryan Petrello
|
7074dcd677
|
don't allow usage of jinja templates in certain ansible CLI flags
see: https://github.com/ansible/tower/issues/1338
|
2018-04-17 09:20:05 -04:00 |
|
Ryan Petrello
|
88c243c92a
|
mark all unsafe launch-time extra vars as !unsafe
see: https://github.com/ansible/tower/issues/1338
see: https://bugzilla.redhat.com/show_bug.cgi?id=1565865
|
2018-04-16 16:47:44 -04:00 |
|