You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fatal: [r9.test]: FAILED! => changed=false
failures: []
msg: |-
Unknown Error occurred: Transaction test error:
file /usr/bin/zabbix_sender from install of zabbix-1:6.0.30-1.el9.x86_64 conflicts with file from package zabbix-sender-6.4.15-release1.el9.x86_64
file /usr/bin/zabbix_get from install of zabbix-1:6.0.30-1.el9.x86_64 conflicts with file from package zabbix-get-6.4.15-release1.el9.x86_64
rc: 1
results: []
The text was updated successfully, but these errors were encountered:
So trying to figure out how to do this and can't think of a clean way to. I would use the yum_repo module to do it, but you need to feed it the URL for the install. Trying to think of a good way to get that so I don't overwrite a custom URL. The other thing we could do is lineinfile but by default there's several repos in the epel.repo file and I can't think of a good way to make sure it goes in the correct block.
SUMMARY
When installing zabbix-agent using the community.zabbix.zabbix_agent role, subsequent upgrades on the OS using
dnf upgrade
fail, because of this bug:https://support.zabbix.com/si/jira.issueviews:issue-html/ZBX-21363/ZBX-21363.html
In the bug the suggested solution is an alteration of the install procedure which this role should use:
ISSUE TYPE
COMPONENT NAME
community.zabbix.zabbix_agent
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT / Zabbix Version
Target OS: Rocky Linux release 9.4 (Blue Onyx)
STEPS TO REPRODUCE
...afterwards:
EXPECTED RESULTS
OS upgraded without issue.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: