resmo / ansible-role-zabbix-common

6 stars 6 forks source link

path to yum.repos.d hasn't been fixed in release v1.0.0 #4

Open alxgrh opened 9 years ago

alxgrh commented 9 years ago

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.

alxgrh commented 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 }}/