Fix CI and jenkins_plugin module (#202)

* Don't import text_type and binary_type from ansible.module_utils._text, but from ansible.module_utils.six.

* Add changelog fragment.
This commit is contained in:
Felix Fontein
2020-04-17 20:46:51 +02:00
committed by GitHub
parent 0c0490298f
commit 2eee9f78a6
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- jenkins_plugin - make compatible to Ansible 2.10 by fixing import.