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
- "{{ 'powertools' if ansible_distribution_major_version == '8' and icinga_monitoring_plugins_crb else 'crb' if ansible_distribution_major_version == '9' and icinga_monitoring_plugins_crb }}"
9
+
- "{{ 'powertools' if ansible_distribution_major_version | int == 8 and icinga_monitoring_plugins_crb else 'crb' if ansible_distribution_major_version | int >= 9 and icinga_monitoring_plugins_crb }}"
0 commit comments