diff options
| author | omnom62 <omnom62@outlook.com> | 2026-06-04 06:39:05 +1000 |
|---|---|---|
| committer | omnom62 <omnom62@outlook.com> | 2026-06-04 06:39:05 +1000 |
| commit | 63641482f79e6fb81603762f61478969c1ac57f8 (patch) | |
| tree | 59d0906531a0b2d2d8d39288d3aa9d972307f1e8 /plugins/modules | |
| parent | 1d563009815dbbf6eeeb368ef14edc6f5ce4a2a2 (diff) | |
| download | rest.vyos-63641482f79e6fb81603762f61478969c1ac57f8.tar.gz rest.vyos-63641482f79e6fb81603762f61478969c1ac57f8.zip | |
Sanity check fixes
Diffstat (limited to 'plugins/modules')
| -rw-r--r-- | plugins/modules/vyos_banner.py | 1 | ||||
| -rw-r--r-- | plugins/modules/vyos_hostname.py | 1 |
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. |
