Skip to content

Commit

Permalink
added required param port in example for TCP monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
JchhatbarInfoblox committed Dec 5, 2023
1 parent 5a7577b commit 4b12eea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/modules/nios_dtc_monitor_tcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
- name: Add a comment to an existing DTC TCP monitor
infoblox.nios_modules.nios_dtc_monitor_tcp:
name: tcp_monitor
port: 8080
comment: this is a test comment
state: present
provider:
Expand All @@ -107,6 +108,7 @@
- name: Remove a DTC TCP monitor from the system
infoblox.nios_modules.nios_dtc_monitor_tcp:
name: tcp_monitor
port: 8080
state: absent
provider:
host: "{{ inventory_hostname_short }}"
Expand Down

0 comments on commit 4b12eea

Please sign in to comment.