ansible/changelogs/fragments/fix_incorrect_nativisim.yml
Brian Coca 36580c4450 Not native, but text (#55676) (#56935)
* Not native, but text (#55676)

* use to_text instead of to_native
* cleaned up some imports and other pyflakisms
* fix missing lib messages

(cherry picked from commit 27dcf8aaab)

* readded still used import
2019-06-03 09:42:14 -07:00

2 lines
80 B
YAML

bugfixes:
- fix incorrect uses of to_native that should be to_text instead.