fix: line-lenght issue
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-19 09:22:11 +02:00
commit 93eff096e6

View file

@ -18,7 +18,8 @@
- name: "install zabbix-release"
ansible.builtin.apt:
deb: "{{ zabbix_repo_url[ansible_facts['distribution']][ansible_facts['distribution_major_version'] | int] }}"
deb:
"{{ zabbix_repo_url[ansible_facts['distribution']][ansible_facts['distribution_major_version'] | int] }}"
state: "present"
force: true