summaryrefslogtreecommitdiff
path: root/plugins/modules
diff options
context:
space:
mode:
authoromnom62 <omnom62@outlook.com>2026-06-04 06:39:05 +1000
committeromnom62 <omnom62@outlook.com>2026-06-04 06:39:05 +1000
commit63641482f79e6fb81603762f61478969c1ac57f8 (patch)
tree59d0906531a0b2d2d8d39288d3aa9d972307f1e8 /plugins/modules
parent1d563009815dbbf6eeeb368ef14edc6f5ce4a2a2 (diff)
downloadrest.vyos-63641482f79e6fb81603762f61478969c1ac57f8.tar.gz
rest.vyos-63641482f79e6fb81603762f61478969c1ac57f8.zip
Sanity check fixes
Diffstat (limited to 'plugins/modules')
-rw-r--r--plugins/modules/vyos_banner.py1
-rw-r--r--plugins/modules/vyos_hostname.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/modules/vyos_banner.py b/plugins/modules/vyos_banner.py
index 4f734cd..304fa20 100644
--- a/plugins/modules/vyos_banner.py
+++ b/plugins/modules/vyos_banner.py
@@ -68,7 +68,6 @@ options:
api_key:
description: REST API key (not needed when ansible_httpapi_api_key is set).
type: str
- no_log: true
timeout:
description: Request timeout in seconds.
type: int
diff --git a/plugins/modules/vyos_hostname.py b/plugins/modules/vyos_hostname.py
index 461a552..86444ad 100644
--- a/plugins/modules/vyos_hostname.py
+++ b/plugins/modules/vyos_hostname.py
@@ -73,7 +73,6 @@ options:
description:
- API key configured on the device.
type: str
- no_log: true
timeout:
description:
- Request timeout in seconds.