mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +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
|
||||
|
||||
- name: remove the motd banner
|
||||
banner: motd
|
||||
state: absent
|
||||
eos_banner:
|
||||
banner: motd
|
||||
state: absent
|
||||
"""
|
||||
|
||||
RETURN = """
|
||||
|
||||
Reference in New Issue
Block a user