Open alxgrh opened 9 years ago
Also there is incorrect url in template: baseurl=http://repo.zabbix.com/zabbix/{{ ansible_architecture }}/rhel/{{ zabbix_common_config_minor_version}}/{{ ansible_lsb.major_release }}/
must be: http://repo.zabbix.com/zabbix/{{ zabbix_common_config_minor_version}}/rhel/{{ ansible_lsb.major_release }}/{{ ansible_architecture }}/
Hello. I'm trying to use your ansible-role-zabbix-agent role. It has ansible-role-zabbix- common role in it's dependency. Path to yum.repos.d in tasks/RedHat.yml is correct in git repo but outdated in latest release. So, if I use ansible-galaxy with automatic dependency roles downloading, then incorrect version of role is installed. I ask you update latest release with current code, please.