Skip to content

Commit 858eca2

Browse files
author
Michał Barczewski
committed
fix zabbix not being installed when using 'other' repo
1 parent 239020d commit 858eca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/RedHat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
become: yes
4545
with_items: "{{ zabbix_agent_packages }}"
4646
when:
47-
- zabbix_repo == "zabbix"
47+
- zabbix_repo == "zabbix" or zabbix_repo == "other"
4848
tags:
4949
- init
5050
- zabbix-agent

0 commit comments

Comments
 (0)