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
playbook is part of an ansible role. If the directory does not exist,
it is created.
required: false
default: no
type: bool
default: 'no'
version_added: "2.2"
running_config:
description:

@ -136,9 +136,8 @@ options:
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
default: 'no'
version_added: "2.2"
running_config:
description:

@ -133,9 +133,8 @@ options:
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']
type: bool
default: 'no'
version_added: "2.2"
comment:
description:

@ -108,9 +108,8 @@ options:
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']
type: bool
default: 'no'
version_added: "2.2"
update:
description:

@ -137,9 +137,8 @@ options:
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
default: 'no'
version_added: "2.2"
running_config:
description:

@ -73,9 +73,8 @@ options:
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']
type: bool
default: 'no'
comment:
description:
- Allows a commit description to be specified to be included

Loading…
Cancel
Save