Skip to content

Commit

Permalink
Fix linting findings.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-checkmk committed Aug 31, 2023
1 parent 640d2dd commit 19dbbea
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 28 deletions.
6 changes: 3 additions & 3 deletions tests/integration/targets/lookup_folder/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ checkmk_server_edition_mapping:
cme: managed

checkmk_folder:
name: "Folder 1"
path: "/folder1"
criticality: "test"
name: "Folder 1"
path: "/folder1"
criticality: "test"
2 changes: 1 addition & 1 deletion tests/integration/targets/lookup_folders/tasks/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
delegate_to: localhost
run_once: true # noqa run-once[task]
loop_control:
label: "{{ item.id }}"
label: "{{ item.id }}"

- name: "Verify number of folders."
ansible.builtin.assert:
Expand Down
24 changes: 12 additions & 12 deletions tests/integration/targets/lookup_folders/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ checkmk_server_edition_mapping:
cme: managed

checkmk_folders:
- name: "Folder 1"
path: "/folder1"
criticality: "test"
- name: "Folder 2"
path: "/folder2"
criticality: "test"
- name: "Folder 3"
path: "/folder3"
criticality: "test"
- name: "Folder 3a"
path: "/folder3/a"
criticality: "prod"
- name: "Folder 1"
path: "/folder1"
criticality: "test"
- name: "Folder 2"
path: "/folder2"
criticality: "test"
- name: "Folder 3"
path: "/folder3"
criticality: "test"
- name: "Folder 3a"
path: "/folder3/a"
criticality: "prod"
6 changes: 3 additions & 3 deletions tests/integration/targets/lookup_host/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ checkmk_server_edition_mapping:
cme: managed

checkmk_host:
name: "host1.tld"
folder: "/"
alias: "Host 1"
name: "host1.tld"
folder: "/"
alias: "Host 1"
18 changes: 9 additions & 9 deletions tests/integration/targets/lookup_hosts/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ checkmk_server_edition_mapping:
cme: managed

checkmk_hosts:
- name: "host1.tld"
folder: "/"
alias: "Host 1"
- name: "host2.tld"
folder: "/"
alias: "Host 2"
- name: "host3.tld"
folder: "/"
alias: "Host 3"
- name: "host1.tld"
folder: "/"
alias: "Host 1"
- name: "host2.tld"
folder: "/"
alias: "Host 2"
- name: "host3.tld"
folder: "/"
alias: "Host 3"

0 comments on commit 19dbbea

Please sign in to comment.