Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Lathrop committed May 7, 2024
1 parent 00e0379 commit 90cf9a9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# setup stuff
- include_tasks: zabbix_setup.yml

# zabbix_item module tests
# zabbix_discoveryrule module tests
- include_tasks: zabbix_tests.yml

# tear down stuff set up earlier
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# setup stuff
- include_tasks: zabbix_setup.yml

# zabbix_item module tests
# zabbix_itemprototype module tests
- include_tasks: zabbix_tests.yml

# tear down stuff set up earlier
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# setup stuff
- include_tasks: zabbix_setup.yml

# zabbix_item module tests
# zabbix_trigger module tests
- include_tasks: zabbix_tests.yml

# tear down stuff set up earlier
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ansible.builtin.assert:
that: not zbxhosttrigger_existing is changed

- name: test - update existing zabbix item
- name: test - update existing zabbix trigger
community.zabbix.zabbix_trigger:
name: TestTrigger
host_name: ExampleHost
Expand Down Expand Up @@ -123,7 +123,7 @@
ansible.builtin.assert:
that: not zbxtemptrigger_existing is changed

- name: test - update existing zabbix item
- name: test - update existing zabbix trigger
community.zabbix.zabbix_trigger:
name: TestTrigger
template_name: ExampleTemplate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# setup stuff
- include_tasks: zabbix_setup.yml

# zabbix_item module tests
# zabbix_triggerprototype module tests
- include_tasks: zabbix_tests.yml

# tear down stuff set up earlier
Expand Down

0 comments on commit 90cf9a9

Please sign in to comment.