Skip to content

Commit

Permalink
Integration tests...
Browse files Browse the repository at this point in the history
  • Loading branch information
lgetwan committed Oct 23, 2023
1 parent 0cdf518 commit 9abf4ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -30,7 +30,7 @@
delegate_to: localhost
run_once: true # noqa run-once[task]

- name: "Get list of folders."
- name: "Get list of all folders."
ansible.builtin.debug:
msg: "Criticality of {{ item.id }} is {{ item.extensions.attributes.tag_criticality | default('N/A') }}"
loop: "{{ lookup('checkmk.general.folders',
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/targets/lookup_hosts/tasks/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
run_once: true # noqa run-once[task]
loop: "{{ checkmk_hosts }}"

- name: "{{ outer_item.version }} - Get list of hosts."
- name: "{{ outer_item.version }} - Get a list of all hosts."
ansible.builtin.debug:
msg: "Alias of {{ item.id }} is {{ item.extensions.attributes.alias }}"
loop: "{{ lookup('checkmk.general.hosts',
Expand Down

0 comments on commit 9abf4ec

Please sign in to comment.