use the same C() everywhere for absent / present options (#52610)

* use the same C() everywhere for absent / present options

* Update lib/ansible/modules/cloud/azure/azure_rm_cdnendpoint.py

* Update lib/ansible/modules/cloud/azure/azure_rm_resourcegroup.py

* Update lib/ansible/modules/cloud/azure/azure_rm_cdnendpoint.py

* Update lib/ansible/modules/cloud/azure/azure_rm_cdnendpoint.py

Co-Authored-By: zikalino <zikalino@microsoft.com>
This commit is contained in:
Zim Kalinowski 2019-02-21 23:07:10 +08:00 committed by Alicia Cozine
parent a722133640
commit 053081a8a0
42 changed files with 70 additions and 70 deletions

View file

@ -31,7 +31,7 @@ options:
required: true
state:
description:
- Assert the state of the ACS. Use 'present' to create or update an ACS and 'absent' to delete it.
- Assert the state of the ACS. Use C(present) to create or update an ACS and C(absent) to delete it.
default: present
choices:
- absent

View file

@ -357,8 +357,8 @@ options:
- Redirect configuration resource of the application gateway
state:
description:
- Assert the state of the Public IP. Use 'present' to create or update a and
'absent' to delete.
- Assert the state of the Public IP. Use C(present) to create or update a and
C(absent) to delete.
default: present
choices:
- absent

View file

@ -36,7 +36,7 @@ options:
state:
description:
- Assert the state of the Application Security Group.
- Use 'present' to create or update an Application Security Group and 'absent' to delete it.
- Use C(present) to create or update an Application Security Group and C(absent) to delete it.
default: present
choices:
- absent

View file

@ -55,7 +55,7 @@ options:
state:
description:
- Assert the state of the app service plan.
- Use 'present' to create or update an app service plan and 'absent' to delete it.
- Use C(present) to create or update an app service plan and C(absent) to delete it.
default: present
choices:
- absent

View file

@ -179,7 +179,7 @@ options:
description: A value indicating whether to send email to subscription co-administrators.
state:
default: present
description: Assert the state of the virtual network. Use 'present' to create or update and 'absent' to delete.
description: Assert the state of the virtual network. Use C(present) to create or update and C(absent) to delete.
choices:
- present
- absent

View file

@ -35,8 +35,8 @@ options:
required: true
state:
description:
- Assert the state of the availability set. Use 'present' to create or update a availability set and
'absent' to delete a availability set.
- Assert the state of the availability set. Use C(present) to create or update a availability set and
C(absent) to delete a availability set.
default: present
choices:
- absent

View file

@ -33,16 +33,16 @@ options:
- Valid azure location. Defaults to location of the resource group.
started:
description:
- Use with I(state) 'present' to start the endpoint. Set to false to stop the endpoint. Set to true to start the endpoint.
- Use with I(state) C(present) to start the endpoint. Set to C(false) to stop the endpoint. Set to C(true) to start the endpoint.
type: bool
purge:
description:
- Use with I(state) 'present' to purge the endpoint. Set to true to have the endpoint be purged.
- Use with I(state) C(present) to purge the endpoint. Set to C(true) to have the endpoint be purged.
type: bool
default: false
purge_content_paths:
description:
- Use with I(state) 'present' and I(purge) 'true' to specify content paths to be purged.
- Use with I(state) C(present) and I(purge) C(true) to specify content paths to be purged.
type: list
default: ['/']
profile_name:

View file

@ -39,7 +39,7 @@ options:
default: linux
state:
description:
- Assert the state of the container instance. Use 'present' to create or update an container instance and 'absent' to delete it.
- Assert the state of the container instance. Use C(present) to create or update an container instance and C(absent) to delete it.
default: present
choices:
- absent

View file

@ -30,7 +30,7 @@ options:
required: true
state:
description:
- Assert the state of the container registry. Use 'present' to create or update an container registry and 'absent' to delete it.
- Assert the state of the container registry. Use C(present) to create or update an container registry and C(absent) to delete it.
default: present
choices:
- absent

View file

@ -129,7 +129,7 @@ options:
state:
description:
- Assert the state of the Database Account.
- Use 'present' to create or update an Database Account and 'absent' to delete it.
- Use C(present) to create or update an Database Account and C(absent) to delete it.
default: present
choices:
- absent

View file

@ -43,7 +43,7 @@ options:
state:
description:
- Assert the state of the Virtual Network.
- Use 'present' to create or update an Virtual Network and 'absent' to delete it.
- Use C(present) to create or update an Virtual Network and C(absent) to delete it.
default: present
choices:
- absent

View file

@ -47,8 +47,8 @@ options:
required: true
state:
description:
- Assert the state of the zone. Use 'present' to create or update and
'absent' to delete.
- Assert the state of the zone. Use C(present) to create or update and
C(absent) to delete.
default: present
choices:
- absent

View file

@ -46,8 +46,8 @@ options:
- Dictionary containing application settings
state:
description:
- Assert the state of the Function App. Use 'present' to create or update a Function App and
'absent' to delete.
- Assert the state of the Function App. Use C(present) to create or update a Function App and
C(absent) to delete.
default: present
choices:
- absent

View file

@ -143,7 +143,7 @@ options:
type: bool
state:
description:
- Assert the state of the KeyVault. Use 'present' to create or update an KeyVault and 'absent' to delete it.
- Assert the state of the KeyVault. Use C(present) to create or update an KeyVault and C(absent) to delete it.
default: present
choices:
- absent

View file

@ -39,8 +39,8 @@ options:
- PEM password.
state:
description:
- Assert the state of the key. Use 'present' to create a key and
'absent' to delete a key.
- Assert the state of the key. Use C(present) to create a key and
C(absent) to delete a key.
default: present
choices:
- absent

View file

@ -33,8 +33,8 @@ options:
- Secret to be secured by keyvault.
state:
description:
- Assert the state of the subnet. Use 'present' to create or update a secret and
'absent' to delete a secret .
- Assert the state of the subnet. Use C(present) to create or update a secret and
C(absent) to delete a secret .
default: present
choices:
- absent

View file

@ -35,7 +35,7 @@ options:
required: true
state:
description:
- Assert the state of the managed disk. Use C(present) to create or update a managed disk and 'absent' to delete a managed disk.
- Assert the state of the managed disk. Use C(present) to create or update a managed disk and C(absent) to delete a managed disk.
default: present
choices:
- absent

View file

@ -54,7 +54,7 @@ options:
default: 'no'
state:
description:
- Assert the state of the MySQL Database. Use 'present' to create or update a database and 'absent' to delete it.
- Assert the state of the MySQL Database. Use C(present) to create or update a database and C(absent) to delete it.
default: present
choices:
- absent

View file

@ -42,7 +42,7 @@ options:
- The end IP address of the MySQL firewall rule. Must be IPv4 format.
state:
description:
- Assert the state of the MySQL firewall rule. Use 'present' to create or update a rule and 'absent' to ensure it is not present.
- Assert the state of the MySQL firewall rule. Use C(present) to create or update a rule and C(absent) to ensure it is not present.
default: present
choices:
- absent

View file

@ -74,7 +74,7 @@ options:
default: Default
state:
description:
- Assert the state of the MySQL Server. Use 'present' to create or update a server and 'absent' to delete it.
- Assert the state of the MySQL Server. Use C(present) to create or update a server and C(absent) to delete it.
default: present
choices:
- absent

View file

@ -40,8 +40,8 @@ options:
required: true
state:
description:
- Assert the state of the network interface. Use 'present' to create or update an interface and
'absent' to delete an interface.
- Assert the state of the network interface. Use C(present) to create or update an interface and
C(absent) to delete an interface.
default: present
choices:
- absent

View file

@ -54,7 +54,7 @@ options:
default: 'no'
state:
description:
- Assert the state of the PostgreSQL database. Use 'present' to create or update a database and 'absent' to delete it.
- Assert the state of the PostgreSQL database. Use C(present) to create or update a database and C(absent) to delete it.
default: present
choices:
- absent

View file

@ -42,7 +42,7 @@ options:
- The end IP address of the PostgreSQL firewall rule. Must be IPv4 format.
state:
description:
- Assert the state of the PostgreSQL firewall rule. Use 'present' to create or update a PostgreSQL firewall rule and 'absent' to delete it.
- Assert the state of the PostgreSQL firewall rule. Use C(present) to create or update a PostgreSQL firewall rule and C(absent) to delete it.
default: present
choices:
- absent

View file

@ -74,7 +74,7 @@ options:
default: Default
state:
description:
- Assert the state of the PostgreSQL server. Use 'present' to create or update a server and 'absent' to delete it.
- Assert the state of the PostgreSQL server. Use C(present) to create or update a server and C(absent) to delete it.
default: present
choices:
- present

View file

@ -53,8 +53,8 @@ options:
required: true
state:
description:
- Assert the state of the Public IP. Use 'present' to create or update a and
'absent' to delete.
- Assert the state of the Public IP. Use C(present) to create or update a and
C(absent) to delete.
default: present
choices:
- absent

View file

@ -113,7 +113,7 @@ options:
state:
description:
- Assert the state of the redis cache.
- Use 'present' to create or update a redis cache and 'absent' to delete it.
- Use C(present) to create or update a redis cache and C(absent) to delete it.
default: present
choices:
- absent

View file

@ -24,7 +24,7 @@ description:
options:
force_delete_nonempty:
description:
- Remove a resource group and all associated resources. Use with state 'absent' to delete a resource
- Remove a resource group and all associated resources. Use with state C(absent) to delete a resource.
group that contains resources.
type: bool
aliases:
@ -40,8 +40,8 @@ options:
required: true
state:
description:
- Assert the state of the resource group. Use 'present' to create or update and
'absent' to delete. When 'absent' a resource group containing resources will not be removed unless the
- Assert the state of the resource group. Use C(present) to create or update and
C(absent) to delete. When C(absent) a resource group containing resources will not be removed unless the
force option is used.
default: present
choices:

View file

@ -31,8 +31,8 @@ options:
required: true
state:
description:
- Assert the state of the route. Use 'present' to create or update and
'absent' to delete.
- Assert the state of the route. Use C(present) to create or update and
C(absent) to delete.
default: present
choices:
- absent

View file

@ -31,8 +31,8 @@ options:
required: true
state:
description:
- Assert the state of the route table. Use 'present' to create or update and
'absent' to delete.
- Assert the state of the route table. Use C(present) to create or update and
C(absent) to delete.
default: present
choices:
- absent

View file

@ -115,8 +115,8 @@ options:
default: Inbound
state:
description:
- Assert the state of the security group. Set to 'present' to create or update a security group. Set to
'absent' to remove a security group.
- Assert the state of the security group. Set to C(present) to create or update a security group. Set to
C(absent) to remove a security group.
default: present
choices:
- absent

View file

@ -127,7 +127,7 @@ options:
type: bool
state:
description:
- Assert the state of the SQL Database. Use 'present' to create or update an SQL Database and 'absent' to delete it.
- Assert the state of the SQL Database. Use C(present) to create or update an SQL Database and C(absent) to delete it.
default: present
choices:
- absent

View file

@ -43,7 +43,7 @@ options:
nt all Azure-internal IP addresses."
state:
description:
- Assert the state of the SQL Database. Use 'present' to create or update an SQL Database and 'absent' to delete it.
- Assert the state of the SQL Database. Use C(present) to create or update an SQL Database and C(absent) to delete it.
default: present
choices:
- absent

View file

@ -48,8 +48,8 @@ options:
ce. Possible values include: 'SystemAssigned'"
state:
description:
- Assert the state of the SQL server. Use 'present' to create or update a server and
'absent' to delete a server.
- Assert the state of the SQL server. Use C(present) to create or update a server and
C(absent) to delete a server.
default: present
choices:
- absent

View file

@ -33,8 +33,8 @@ options:
- Name of the storage account to update or create.
state:
description:
- Assert the state of the storage account. Use 'present' to create or update a storage account and
'absent' to delete an account.
- Assert the state of the storage account. Use C(present) to create or update a storage account and
C(absent) to delete an account.
default: present
choices:
- absent

View file

@ -69,7 +69,7 @@ options:
- Set the blob md5 hash value.
dest:
description:
- Destination file path. Use with state 'present' to download a blob.
- Destination file path. Use with state C(present) to download a blob.
aliases:
- destination
force:
@ -86,16 +86,16 @@ options:
- resource_group_name
src:
description:
- Source file path. Use with state 'present' to upload a blob.
- Source file path. Use with state C(present) to upload a blob.
aliases:
- source
state:
description:
- Assert the state of a container or blob.
- Use state 'absent' with a container value only to delete a container. Include a blob value to remove
- Use state C(absent) with a container value only to delete a container. Include a blob value to remove
a specific blob. A container will not be deleted, if it contains blobs. Use the force option to override,
deleting the container and all associated blobs.
- Use state 'present' to create or update a container and upload or download a blob. If the container
- Use state C(present) to create or update a container and upload or download a blob. If the container
does not exist, it will be created. If it exists, it will be updated with configuration options. Provide
a blob name and either src or dest to upload or download. Provide a src path to upload and a dest path
to download. If a blob (uploading) or a file (downloading) already exists, it will not be overwritten

View file

@ -49,8 +49,8 @@ options:
- security_group_name
state:
description:
- Assert the state of the subnet. Use 'present' to create or update a subnet and
'absent' to delete a subnet.
- Assert the state of the subnet. Use C(present) to create or update a subnet and
C(absent) to delete a subnet.
default: present
choices:
- absent

View file

@ -50,17 +50,17 @@ options:
state:
description:
- Assert the state of the virtual machine.
- State 'present' will check that the machine exists with the requested configuration. If the configuration
- State C(present) will check that the machine exists with the requested configuration. If the configuration
of the existing machine does not match, the machine will be updated. Use options started, allocated and restarted to change the machine's power
state.
- State 'absent' will remove the virtual machine.
- State C(absent) will remove the virtual machine.
default: present
choices:
- absent
- present
started:
description:
- Use with state 'present' to start the machine. Set to false to have the machine be 'stopped'.
- Use with state C(present) to start the machine. Set to false to have the machine be 'stopped'.
default: true
type: bool
allocated:
@ -70,13 +70,13 @@ options:
type: bool
generalized:
description:
- Use with state 'present' to generalize the machine. Set to true to generalize the machine.
- Use with state C(present) to generalize the machine. Set to true to generalize the machine.
- Please note that this operation is irreversible.
type: bool
version_added: "2.8"
restarted:
description:
- Use with state 'present' to restart a running VM.
- Use with state C(present) to restart a running VM.
type: bool
location:
description:

View file

@ -35,8 +35,8 @@ options:
required: true
state:
description:
- Assert the state of the vm extension. Use 'present' to create or update a vm extension and
'absent' to delete a vm extension.
- Assert the state of the vm extension. Use C(present) to create or update a vm extension and
C(absent) to delete a vm extension.
default: present
choices:
- absent

View file

@ -36,10 +36,10 @@ options:
state:
description:
- Assert the state of the virtual machine scale set.
- State 'present' will check that the machine exists with the requested configuration. If the configuration
- State C(present) will check that the machine exists with the requested configuration. If the configuration
of the existing machine does not match, the machine will be updated.
state.
- State 'absent' will remove the virtual machine scale set.
- State C(absent) will remove the virtual machine scale set.
default: present
choices:
- absent

View file

@ -61,8 +61,8 @@ options:
default: 'no'
state:
description:
- Assert the state of the virtual network. Use 'present' to create or update and
'absent' to delete.
- Assert the state of the virtual network. Use C(present) to create or update and
C(absent) to delete.
default: present
choices:
- absent

View file

@ -171,7 +171,7 @@ options:
state:
description:
- Assert the state of the Web App.
- Use 'present' to create or update a Web App and 'absent' to delete it.
- Use C(present) to create or update a Web App and C(absent) to delete it.
default: present
choices:
- absent

View file

@ -153,7 +153,7 @@ options:
state:
description:
- Assert the state of the Web App deployment slot.
- Use 'present' to create or update a slot and 'absent' to delete it.
- Use C(present) to create or update a slot and C(absent) to delete it.
default: present
choices:
- absent