summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/network/nxos/nxos_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/network/nxos/nxos_config.py')
-rw-r--r--lib/ansible/modules/network/nxos/nxos_config.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/ansible/modules/network/nxos/nxos_config.py b/lib/ansible/modules/network/nxos/nxos_config.py
index 98139799ac..c88cf11197 100644
--- a/lib/ansible/modules/network/nxos/nxos_config.py
+++ b/lib/ansible/modules/network/nxos/nxos_config.py
@@ -119,8 +119,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.
type: bool
default: 'no'
version_added: "2.2"