1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/tests/unit/plugins/modules/packaging/os
Felix Fontein c34dc24d3a
Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) (#2882)
* Replace ansible.module_utils._text by ansible.module_utils.common.text.converters.

* Also adjust tests.

(cherry picked from commit fafabed9e6)
2021-06-27 09:39:18 +02:00
..
__init__.py
conftest.py
test_apk.py
test_homebrew.py
test_homebrew_cask.py
test_macports.py
test_pacman_key.py add module pacman_key (#778) (#2704) 2021-06-04 07:36:29 +02:00
test_pkgin.py
test_redhat_subscription.py redhat_subscription: Add server_prefix and server_port as supported arguments (#2779) (#2814) 2021-06-16 09:39:52 +02:00
test_rhn_channel.py
test_rhn_register.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) (#2882) 2021-06-27 09:39:18 +02:00
test_rhsm_release.py rhsm_release: Fix the issue that rhsm_release module considers 8, 7Client and 7Workstation as invalid releases (#2571) (#2606) 2021-05-24 20:28:18 +00:00
test_rpm_ostree_pkg.py