From f9a895e8e13b1b8ef7372dc40694c2f0a32fe9d7 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Mon, 22 Apr 2024 15:11:11 +0800 Subject: [PATCH] Update call parameters --- collection/plugins/modules/device.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/collection/plugins/modules/device.py b/collection/plugins/modules/device.py index b92925e..d1fb8f5 100644 --- a/collection/plugins/modules/device.py +++ b/collection/plugins/modules/device.py @@ -35,6 +35,10 @@ options: description: - Host to connect to, including port default: http://127.0.0.1:8384 + unix_socket: + description: + - Use this unix socket instead of TCP + required: false api_key: description: - API key to use for authentication with host.