Skip to content

Commit

Permalink
fix package name defaults in zabbix_agent role (#252)
Browse files Browse the repository at this point in the history
Add zabbix_get_package and zabbix_sender_package variables to the list of packages being installed.
  • Loading branch information
weakcamel authored Nov 1, 2020
1 parent 6838f4e commit b1a852e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/zabbix_agent/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ selinux_allow_zabbix_run_sudo: False

zabbix_agent_packages:
- "{{ zabbix_agent_package }}"
- zabbix-sender
- zabbix-get
- "{{ zabbix_sender_package }}"
- "{{ zabbix_get_package }}"

# Zabbix role related vars
zabbix_install_pip_packages: true
Expand Down

0 comments on commit b1a852e

Please sign in to comment.