mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Add extends_documentation_fragment back (#22293)
This commit is contained in:
parent
284b3e42d1
commit
0775d39a87
27 changed files with 28 additions and 1 deletions
|
@ -24,7 +24,7 @@ ANSIBLE_METADATA = {
|
|||
|
||||
DOCUMENTATION = """
|
||||
---
|
||||
module: eos_banner_
|
||||
module: eos_banner
|
||||
version_added: "2.3"
|
||||
author: "Peter Sprygada (@privateip)"
|
||||
short_description: Manage multiline banners on Arista EOS devices
|
||||
|
@ -32,6 +32,7 @@ description:
|
|||
- This will configure both login and motd banners on remote devices
|
||||
running Arista EOS. It allows playbooks to add or remote
|
||||
banner text from the active running configuration.
|
||||
extends_documentation_fragment: eos
|
||||
options:
|
||||
banner:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue