summaryrefslogtreecommitdiff
path: root/plugins/modules/vyos_banner.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/modules/vyos_banner.py')
-rw-r--r--plugins/modules/vyos_banner.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/modules/vyos_banner.py b/plugins/modules/vyos_banner.py
index 50cc6eee..8d1e5ff5 100644
--- a/plugins/modules/vyos_banner.py
+++ b/plugins/modules/vyos_banner.py
@@ -42,15 +42,18 @@ options:
choices:
- pre-login
- post-login
+ type: str
text:
description:
- The banner text that should be present in the remote device running configuration.
This argument accepts a multiline string, with no empty lines. Requires I(state=present).
+ type: str
state:
description:
- Specifies whether or not the configuration is present in the current devices
active running configuration.
default: present
+ type: str
choices:
- present
- absent