Skip to content

Commit 8807d4b

Browse files
committed
make lint happy
1 parent cdd5282 commit 8807d4b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

resources/playbook/roles/bibigrid/tasks/001-apt.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
- "python3-setuptools"
4747
state: "present"
4848

49-
- name: Add zabbix repositories
49+
- name: Add zabbix repositories # noqa: line-length
5050
apt:
51-
deb: "https://repo.zabbix.com/zabbix/7.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_latest_7.0+{{ ansible_distribution | lower }}{{ ansible_distribution_version }}_all.deb" # noqa: line-length
51+
deb: "https://repo.zabbix.com/zabbix/7.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_latest_7.0+{{ ansible_distribution | lower }}{{ ansible_distribution_version }}_all.deb"
5252
state: present
5353
force: true
5454
tags:

resources/playbook/roles/bibigrid/tasks/011-zabbix-agent.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,3 @@
118118
port: 10050
119119
become: false
120120
when: "'master' in group_names"
121-

0 commit comments

Comments
 (0)