Skip to content

Conversation

@pyrodie18
Copy link
Collaborator

SUMMARY

Closes #1534

@pyrodie18 pyrodie18 requested a review from BGmot June 7, 2025 20:00
@codecov
Copy link

codecov bot commented Jun 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.77%. Comparing base (ad3c2c7) to head (2b7c9d7).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1548      +/-   ##
==========================================
+ Coverage   78.74%   78.77%   +0.02%     
==========================================
  Files          48       48              
  Lines        6145     6144       -1     
  Branches     1600     1599       -1     
==========================================
+ Hits         4839     4840       +1     
+ Misses        796      795       -1     
+ Partials      510      509       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@eb4x eb4x left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small nits, but looks good either way 👍

ansible.builtin.assert:
that:
- zbx_settings_failed is failed
when: zabbix_version is version('6.0', '==')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you move this condition to above the block? (https://ansible.readthedocs.io/projects/lint/rules/key-order/)

timeout_script: 3s
timeout_browser: 60s
register: zbx_settings
when: zabbix_version is version('7.0', '>=')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pyrodie18 pyrodie18 merged commit 27a4cee into ansible-collections:main Jun 11, 2025
243 checks passed
@pyrodie18 pyrodie18 deleted the remove_old_zabbix branch June 11, 2025 00:08
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

Successfully merging this pull request may close these issues.

Remove Support for Zabbix 6.4 and 6.2

2 participants