From 4b12eea99bd49260d043a97feabde24aca99ade5 Mon Sep 17 00:00:00 2001 From: JchhatbarInfoblox Date: Tue, 5 Dec 2023 14:19:31 +0530 Subject: [PATCH] added required param port in example for TCP monitor --- plugins/modules/nios_dtc_monitor_tcp.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/modules/nios_dtc_monitor_tcp.py b/plugins/modules/nios_dtc_monitor_tcp.py index 7708baea..e812f13c 100644 --- a/plugins/modules/nios_dtc_monitor_tcp.py +++ b/plugins/modules/nios_dtc_monitor_tcp.py @@ -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: @@ -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 }}"