How To Install ansible-collection-ansible-posix on CentOS 8

ansible-collection-ansible-posix is Ansible Collection targeting POSIX and POSIX-ish platforms

Introduction

In this tutorial we learn how to install ansible-collection-ansible-posix on CentOS 8.

What is ansible-collection-ansible-posix

Ansible Collection targeting POSIX and POSIX-ish platforms.

We can use yum or dnf to install ansible-collection-ansible-posix on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install ansible-collection-ansible-posix.

Install ansible-collection-ansible-posix on CentOS 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install ansible-collection-ansible-posix using dnf by running the following command:

sudo dnf -y install ansible-collection-ansible-posix

Install ansible-collection-ansible-posix on CentOS 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install ansible-collection-ansible-posix using yum by running the following command:

sudo yum -y install ansible-collection-ansible-posix

How To Uninstall ansible-collection-ansible-posix on CentOS 8

To uninstall only the ansible-collection-ansible-posix package we can use the following command:

sudo dnf remove ansible-collection-ansible-posix

ansible-collection-ansible-posix Package Contents on CentOS 8

/usr/share/ansible/collections/ansible_collections/ansible
/usr/share/ansible/collections/ansible_collections/ansible/posix
/usr/share/ansible/collections/ansible_collections/ansible/posix/CHANGELOG.rst
/usr/share/ansible/collections/ansible_collections/ansible/posix/COPYING
/usr/share/ansible/collections/ansible_collections/ansible/posix/FILES.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/MANIFEST.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/README.md
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/changelog.yaml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/config.yaml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/1.2.0.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/101-sysctl-dont-persist-when-invalid.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/11-action-plugins-use-fqcn.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/118-synchronize_bugfix.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/120-synchronize_add_option.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/12_migrate_cgroup_perf_recap_graph.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/144_add_community_docker_connection_plugin_alias.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/14_mount_option.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/15_profile_tasks.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/17_authorized_keys.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/19_enable_tags.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/21-mount-module_util-routing-issue.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/23-selinux-doesnt-create-missing-config-keys.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/25_ansible_metadata.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/26_profile_tasks_doc.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/27_update_examples.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/33_mount.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/35_disable_tests.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/37-authorized_keys-inconsistent-check-mode-values.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/39_remove_license.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/43_remove_shippable.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/4_update_readme.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/5_enable_tests.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/65931-json-callback-non-lockstep-output.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/6_test_devel.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/74_synchronize_docker.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/7_env.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/82-private-key-override-fix.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/99-at_add_aix_support.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/firewalld_migration.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/firewalld_zone_target.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/initial_commit.yaml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/misc_fix.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/changelogs/fragments/skippy_deprecation.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/docs
/usr/share/ansible/collections/ansible_collections/ansible/posix/docs/ansible.posix.acl_module.rst
/usr/share/ansible/collections/ansible_collections/ansible/posix/docs/ansible.posix.at_module.rst
/usr/share/ansible/collections/ansible_collections/ansible/posix/docs/ansible.posix.authorized_key_module.rst
/usr/share/ansible/collections/ansible_collections/ansible/posix/docs/ansible.posix.firewalld_module.rst
/usr/share/ansible/collections/ansible_collections/ansible/posix/docs/ansible.posix.mount_module.rst
/usr/share/ansible/collections/ansible_collections/ansible/posix/docs/ansible.posix.patch_module.rst
/usr/share/ansible/collections/ansible_collections/ansible/posix/docs/ansible.posix.seboolean_module.rst
/usr/share/ansible/collections/ansible_collections/ansible/posix/docs/ansible.posix.selinux_module.rst
/usr/share/ansible/collections/ansible_collections/ansible/posix/docs/ansible.posix.synchronize_module.rst
/usr/share/ansible/collections/ansible_collections/ansible/posix/docs/ansible.posix.sysctl_module.rst
/usr/share/ansible/collections/ansible_collections/ansible/posix/hacking
/usr/share/ansible/collections/ansible_collections/ansible/posix/hacking/cgroup_perf_recap_graph.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/meta
/usr/share/ansible/collections/ansible_collections/ansible/posix/meta/runtime.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/action
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/action/__init__.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/action/patch.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/action/synchronize.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/callback
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/callback/__init__.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/callback/cgroup_perf_recap.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/callback/debug.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/callback/json.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/callback/profile_roles.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/callback/skippy.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/callback/timer.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/module_utils
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/module_utils/__init__.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/module_utils/firewalld.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/module_utils/mount.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/modules
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/modules/__init__.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/modules/acl.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/modules/at.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/modules/authorized_key.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/modules/firewalld.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/modules/mount.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/modules/patch.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/modules/seboolean.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/modules/selinux.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/modules/synchronize.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/modules/sysctl.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/shell
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/shell/__init__.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/shell/csh.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/plugins/shell/fish.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/requirements.yml
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/sanity
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/sanity/ignore-2.10.txt
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/sanity/ignore-2.11.txt
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/sanity/ignore-2.9.txt
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/__init__.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/compat
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/compat/__init__.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/compat/builtins.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/compat/mock.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/compat/unittest.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/mock
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/mock/__init__.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/mock/loader.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/mock/path.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/mock/procenv.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/mock/vault_helper.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/mock/yaml_helper.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/modules
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/modules/__init__.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/modules/conftest.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/modules/system
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/modules/system/__init__.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/modules/system/test_mount.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/modules/utils.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/__init__.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/__init__.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/__init__.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/__init__.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic/meta.yaml
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic/task_args_out.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic/taskvars_in.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic/taskvars_out.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_become
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_become/meta.yaml
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_become/task_args_out.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_become/task_vars_in.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_become/task_vars_out.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_become_cli
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_become_cli/meta.yaml
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_become_cli/task_args_out.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_become_cli/task_vars_in.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_become_cli/task_vars_out.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_vagrant
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_vagrant/meta.yaml
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_vagrant/task_args_out.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_vagrant/task_vars_in.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_vagrant/task_vars_out.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_vagrant_become_cli
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_vagrant_become_cli/meta.yaml
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_vagrant_become_cli/task_args_out.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_vagrant_become_cli/task_vars_in.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_vagrant_become_cli/task_vars_out.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_vagrant_sudo
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_vagrant_sudo/meta.yaml
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_vagrant_sudo/task_args_out.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_vagrant_sudo/task_vars_in.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_vagrant_sudo/task_vars_out.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_with_private_key
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_with_private_key/meta.yaml
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_with_private_key/taskvars_in.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_with_private_key/taskvars_out.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/delegate_remote
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/delegate_remote/meta.yaml
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/delegate_remote/task_args_out.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/delegate_remote/task_vars_in.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/delegate_remote/task_vars_out.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/delegate_remote_play_context_private_key
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/delegate_remote_play_context_private_key/meta.yaml
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/delegate_remote_play_context_private_key/task_vars_in.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/delegate_remote_play_context_private_key/task_vars_out.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/delegate_remote_su
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/delegate_remote_su/meta.yaml
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/delegate_remote_su/task_args_out.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/delegate_remote_su/task_vars_in.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/delegate_remote_su/task_vars_out.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/delegate_remote_with_private_key
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/delegate_remote_with_private_key/meta.yaml
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/delegate_remote_with_private_key/task_vars_in.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/delegate_remote_with_private_key/task_vars_out.json
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/plugins/action/test_synchronize.py
/usr/share/ansible/collections/ansible_collections/ansible/posix/tests/unit/requirements.txt
/usr/share/doc/ansible-collection-ansible-posix
/usr/share/doc/ansible-collection-ansible-posix/README.md
/usr/share/licenses/ansible-collection-ansible-posix
/usr/share/licenses/ansible-collection-ansible-posix/COPYING

References

Summary

In this tutorial we learn how to install ansible-collection-ansible-posix on CentOS 8 using yum and dnf.