Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ansible.builtin.dnf used, while ansible.builtin.yum has more possibilities and compatibility #660

Open
Mik3yZ opened this issue Sep 18, 2024 · 0 comments

Comments

@Mik3yZ
Copy link
Contributor

Mik3yZ commented Sep 18, 2024

Provide your feedback
In the checkmk.general.agent role the module "ansible.builtin.dnf" is being used. However, this is causing issues on older systems, while the module "ansible.builtin.yum" would prevent this.


Component Name
Component Name: checkmk.general.agent

Ansible Version

$ ansible --version
ansible [core 2.15.12]
  config file = /home/user/repos/ansible-checkmk/linux_agent/ansible.cfg
  configured module search path = ['/home/user/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /home/user/venvs/ansible-checkmk/lib64/python3.9/site-packages/ansible
  ansible collection location = /home/user/.ansible/collections:/usr/share/ansible/collections
  executable location = /home/user/venvs/ansible-checkmk/bin/ansible
  python version = 3.9.18 (main, Jan  4 2024, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/home/user/venvs/ansible-checkmk/bin/python3)
  jinja version = 3.1.2
  libyaml = True

Collection Version

$ ansible-galaxy collection list | grep checkmk
checkmk.general                          5.1.0  

Environment
RedHat Linux version <=7

@Mik3yZ Mik3yZ changed the title ansible.builtin,dnf used, while ansible.builtin.yum has more possibilities and compatibility ansible.builtin.dnf used, while ansible.builtin.yum has more possibilities and compatibility Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant