doc changes for backup option of network _config modules (#38797)

pull/38829/head
Deepak Agrawal 7 years ago committed by GitHub
parent 6030535917
commit 829f9fda7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
bugfixes:
- backup options doc change to reflect backup directory location in case playbook is run from a role

@ -126,8 +126,9 @@ options:
- 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.
folder in the playbook root directory or role root directory, if
playbook is part of an ansible role. If the directory does not exist,
it is created.
required: false
default: no
type: bool

@ -131,8 +131,9 @@ options:
- 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.
folder in the playbook root directory or role root directory, if
playbook is part of an ansible role. If the directory does not exist,
it is created.
required: false
default: no
type: bool

@ -128,8 +128,9 @@ options:
- 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.
folder in the playbook root directory or role root directory, if
playbook is part of an ansible role. If the directory does not exist,
it is created.
required: false
default: no
choices: ['yes', 'no']

@ -105,8 +105,9 @@ options:
- 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.
folder in the playbook root directory or role root directory, if
playbook is part of an ansible role. If the directory does not exist,
it is created.
required: false
default: no
choices: ['yes', 'no']

@ -134,8 +134,9 @@ options:
- 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.
folder in the playbook root directory or role root directory, if
playbook is part of an ansible role. If the directory does not exist,
it is created.
required: false
default: false
type: bool

@ -68,7 +68,9 @@ options:
- The C(backup) argument will backup the current devices active
configuration to the Ansible control host prior to making any
changes. The backup file will be located in the backup folder
in the root of the playbook
in the playbook root directory or role root directory, if
playbook is part of an ansible role. If the directory does not
exist, it is created.
required: false
default: false
choices: ['yes', 'no']

Loading…
Cancel
Save