Installs, upgrade, downgrades, removes, and lists packages and groups with the yum package manager. This module only works on Python 2. If you require Python 3 support see the ansible.builtin.dnf module. Note This module has a corresponding action plugin. Requirements The below requirements are needed on the host that executes this module. yum
ansible.builtin.yum – Manages packages with the yum package manager · ansible-core and included in all Ansible installations. In most cases, you can use the ...
25.09.2020 · What is Ansible yum Module? Ansible yum module is used to manage packages using the yum package manager on CentOS and RHEL based Linux distributions including, RHEL, CentOS, Fedora, etc. You can perform all the basic package management operations including install, remove and update the packages using the yum module.
19.06.2016 · I want install all packages from my repo, I can't repeat this command: yum repo-pkgs reponame install in Ansible playbook. All what i found it: …