Skip to content

Commit

Permalink
Zabbix agentのdebファイルをOSリリース毎のファイル名に合わせた
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed May 4, 2024
1 parent e2b292e commit fe1ffcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/zabbix-agent2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- name: Zabbix-agent2 repository install
ansible.builtin.apt:
deb: https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.4-1+ubuntu20.04_all.deb
deb: "https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.4-1+ubuntu{{ ansible_facts['lsb']['release'] }}_all.deb"

- name: Do apt update
ansible.builtin.apt:
Expand Down

0 comments on commit fe1ffcb

Please sign in to comment.