mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Add eos_banner as module to banner param (#23789)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
@@ -65,8 +65,9 @@ EXAMPLES = """
|
|||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: remove the motd banner
|
- name: remove the motd banner
|
||||||
banner: motd
|
eos_banner:
|
||||||
state: absent
|
banner: motd
|
||||||
|
state: absent
|
||||||
"""
|
"""
|
||||||
|
|
||||||
RETURN = """
|
RETURN = """
|
||||||
|
|||||||
Reference in New Issue
Block a user