mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
4816157c05
cobbler inventory plugin: Convert unicode to str (#6923)
* plugins/inventory/cobbler: Convert unicode to str
* plugins/inventory/cobbler: Use text_type instead
(cherry picked from commit 7020b27b0a
)
Co-authored-by: Algirdas <76789112+Algirdas-Z@users.noreply.github.com>
2 lines
227 B
YAML
2 lines
227 B
YAML
minor_changes:
|
|
- cobbler inventory plugin - convert Ansible unicode strings to native Python unicode strings before passing user/password to XMLRPC client (https://github.com/ansible-collections/community.general/pull/6923).
|