mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Change OS
to VyOS
in vyos_facts module's short description. (#22120)
modified: lib/ansible/modules/network/vyos/vyos_facts.py
This commit is contained in:
parent
76c46e9039
commit
f09df1820b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ DOCUMENTATION = """
|
||||||
module: vyos_facts
|
module: vyos_facts
|
||||||
version_added: "2.2"
|
version_added: "2.2"
|
||||||
author: "Nathaniel Case (@qalthos)"
|
author: "Nathaniel Case (@qalthos)"
|
||||||
short_description: Collect facts from remote devices running OS
|
short_description: Collect facts from remote devices running VyOS
|
||||||
description:
|
description:
|
||||||
- Collects a base set of device facts from a remote device that
|
- Collects a base set of device facts from a remote device that
|
||||||
is running VyOS. This module prepends all of the
|
is running VyOS. This module prepends all of the
|
||||||
|
|
Loading…
Reference in a new issue