mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Document backup
options
To make future diffing easier, use consistent ordering
This commit is contained in:
parent
9d32e313b7
commit
c01328b597
3 changed files with 28 additions and 7 deletions
|
@ -112,6 +112,17 @@ options:
|
|||
required: false
|
||||
default: false
|
||||
choices: [ "true", "false" ]
|
||||
backup:
|
||||
description:
|
||||
- This argument will cause the module to create a full backup of
|
||||
the current C(running-config) from the remote device before any
|
||||
changes are made. The backup file is written to the C(backup)
|
||||
folder in the playbook root directory. If the directory does not
|
||||
exist, it is created.
|
||||
required: false
|
||||
default: no
|
||||
choices: ['yes', 'no']
|
||||
version_added: "2.2"
|
||||
config:
|
||||
description:
|
||||
- The module, by default, will connect to the remote device and
|
||||
|
@ -146,7 +157,6 @@ options:
|
|||
version_added: "2.2"
|
||||
"""
|
||||
|
||||
|
||||
EXAMPLES = """
|
||||
# Note: examples below use the following provider dict to handle
|
||||
# transport and authentication to the node.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue