doc for _config backup argument (#38650) (#39763)

(cherry-picked from commit 6de49f0)
pull/39766/head
Alicia Cozine 8 years ago committed by GitHub
parent 81abf7837d
commit 831cfe9164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -131,9 +131,8 @@ options:
folder in the playbook root directory or role root directory, if folder in the playbook root directory or role root directory, if
playbook is part of an ansible role. If the directory does not exist, playbook is part of an ansible role. If the directory does not exist,
it is created. it is created.
required: false
default: no
type: bool type: bool
default: 'no'
version_added: "2.2" version_added: "2.2"
running_config: running_config:
description: description:

@ -136,9 +136,8 @@ options:
folder in the playbook root directory or role root directory, if folder in the playbook root directory or role root directory, if
playbook is part of an ansible role. If the directory does not exist, playbook is part of an ansible role. If the directory does not exist,
it is created. it is created.
required: false
default: no
type: bool type: bool
default: 'no'
version_added: "2.2" version_added: "2.2"
running_config: running_config:
description: description:

@ -133,9 +133,8 @@ options:
folder in the playbook root directory or role root directory, if folder in the playbook root directory or role root directory, if
playbook is part of an ansible role. If the directory does not exist, playbook is part of an ansible role. If the directory does not exist,
it is created. it is created.
required: false type: bool
default: no default: 'no'
choices: ['yes', 'no']
version_added: "2.2" version_added: "2.2"
comment: comment:
description: description:

@ -108,9 +108,8 @@ options:
folder in the playbook root directory or role root directory, if folder in the playbook root directory or role root directory, if
playbook is part of an ansible role. If the directory does not exist, playbook is part of an ansible role. If the directory does not exist,
it is created. it is created.
required: false type: bool
default: no default: 'no'
choices: ['yes', 'no']
version_added: "2.2" version_added: "2.2"
update: update:
description: description:

@ -137,9 +137,8 @@ options:
folder in the playbook root directory or role root directory, if folder in the playbook root directory or role root directory, if
playbook is part of an ansible role. If the directory does not exist, playbook is part of an ansible role. If the directory does not exist,
it is created. it is created.
required: false
default: false
type: bool type: bool
default: 'no'
version_added: "2.2" version_added: "2.2"
running_config: running_config:
description: description:

@ -73,9 +73,8 @@ options:
in the playbook root directory or role root directory, if in the playbook root directory or role root directory, if
playbook is part of an ansible role. If the directory does not playbook is part of an ansible role. If the directory does not
exist, it is created. exist, it is created.
required: false type: bool
default: false default: 'no'
choices: ['yes', 'no']
comment: comment:
description: description:
- Allows a commit description to be specified to be included - Allows a commit description to be specified to be included

Loading…
Cancel
Save