|
|
@ -113,8 +113,9 @@ options:
|
|
|
|
- This argument will cause the module to create a full backup of
|
|
|
|
- This argument will cause the module to create a full backup of
|
|
|
|
the current C(running-config) from the remote device before any
|
|
|
|
the current C(running-config) from the remote device before any
|
|
|
|
changes are made. The backup file is written to the C(backup)
|
|
|
|
changes are made. The backup file is written to the C(backup)
|
|
|
|
folder in the playbook root directory. If the directory does not
|
|
|
|
folder in the playbook root directory or role root directory, if
|
|
|
|
exist, it is created.
|
|
|
|
playbook is part of an ansible role. If the directory does not exist,
|
|
|
|
|
|
|
|
it is created.
|
|
|
|
type: bool
|
|
|
|
type: bool
|
|
|
|
default: 'no'
|
|
|
|
default: 'no'
|
|
|
|
version_added: "2.2"
|
|
|
|
version_added: "2.2"
|
|
|
|