File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
resources/playbook/roles/bibigrid/tasks Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 118118 port : 10050
119119 become : false
120120 when : " 'master' in group_names"
121-
You can’t perform that action at this time.
0 commit comments