Skip to content

Commit

Permalink
Update Debian.yml
Browse files Browse the repository at this point in the history
remove redundant condition. Debian.yml is included using {{ansible_os_family}}.yml
  • Loading branch information
sulphur authored May 7, 2024
1 parent c471b49 commit 6f3b5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/zabbix_agent/tasks/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

- name: "Debian | Repo URL"
ansible.builtin.set_fact:
zabbix_repo_deb_url: "{{ _zabbix_repo_deb_url }}/{{ ansible_lsb.id.lower() }}{{ '-arm64' if ansible_machine == 'aarch64' and ansible_os_family == 'Debian' else ''}}"
zabbix_repo_deb_url: "{{ _zabbix_repo_deb_url }}/{{ ansible_lsb.id.lower() }}{{ '-arm64' if ansible_machine == 'aarch64' else ''}}"
when:
- zabbix_repo_deb_url is undefined
tags:
Expand Down

0 comments on commit 6f3b5ed

Please sign in to comment.