fix: line-lenght issue
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
This commit is contained in:
parent
691ca56904
commit
93eff096e6
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue