doc for _config backup argument (#38650)

This commit is contained in:
Deepak Agrawal 2018-04-13 12:48:49 +05:30 committed by GitHub
commit 6de49f084c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 18 additions and 11 deletions

View file

@ -63,7 +63,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.
type: bool
default: 'no'
comment: