mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
remove duplicate deployment_mode docstring
submodule ref wasn't updated, so missed that this had recently been added
This commit is contained in:
parent
478691f297
commit
6325f91336
1 changed files with 0 additions and 8 deletions
|
@ -79,14 +79,6 @@ options:
|
||||||
one of them is required if "state" parameter is "present".
|
one of them is required if "state" parameter is "present".
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
deployment_mode:
|
|
||||||
description:
|
|
||||||
- Specifies whether the deployment template should delete resources not specified in the template (complete)
|
|
||||||
or ignore them (incremental).
|
|
||||||
default: complete
|
|
||||||
choices:
|
|
||||||
- complete
|
|
||||||
- incremental
|
|
||||||
deployment_name:
|
deployment_name:
|
||||||
description:
|
description:
|
||||||
- The name of the deployment to be tracked in the resource group deployment history. Re-using a deployment name
|
- The name of the deployment to be tracked in the resource group deployment history. Re-using a deployment name
|
||||||
|
|
Loading…
Reference in a new issue