fix(ci): linter compliance
This commit is contained in:
parent
0830507cf7
commit
67b8873852
2 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
- ".gitlab/*"
|
- ".gitlab/*"
|
||||||
- ".gitlab-ci.yml"
|
- ".gitlab-ci.yml"
|
||||||
|
- "defaults/main.yaml"
|
||||||
- "meta/main.yaml"
|
- "meta/main.yaml"
|
||||||
- "vars/*"
|
- "vars/*"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
- name: "remove old version"
|
- name: "remove old version"
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
name: "zabbix-release"
|
name: "zabbix-release"
|
||||||
state: "absent"
|
state: "absent"
|
||||||
purge: true
|
purge: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue