mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
Add eos_banner as module to banner param (#23789)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
504a768636
commit
b2129a7d3a
1 changed files with 3 additions and 2 deletions
|
@ -65,6 +65,7 @@ EXAMPLES = """
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: remove the motd banner
|
- name: remove the motd banner
|
||||||
|
eos_banner:
|
||||||
banner: motd
|
banner: motd
|
||||||
state: absent
|
state: absent
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue