diff --git a/lib/ansible/modules/cloud/azure/azure_rm_acs.py b/lib/ansible/modules/cloud/azure/azure_rm_acs.py index 70478ce7ecb..e11ec18ac9e 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_acs.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_acs.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_appgateway.py b/lib/ansible/modules/cloud/azure/azure_rm_appgateway.py index 1d82556449d..44e55e0237f 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_appgateway.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_appgateway.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_applicationsecuritygroup.py b/lib/ansible/modules/cloud/azure/azure_rm_applicationsecuritygroup.py index bcb2a3dc09f..a516d5e9674 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_applicationsecuritygroup.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_applicationsecuritygroup.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_appserviceplan.py b/lib/ansible/modules/cloud/azure/azure_rm_appserviceplan.py index 768233e92c3..21e9b790c14 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_appserviceplan.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_appserviceplan.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_autoscale.py b/lib/ansible/modules/cloud/azure/azure_rm_autoscale.py index fa300629376..dd07353b25c 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_autoscale.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_autoscale.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_availabilityset.py b/lib/ansible/modules/cloud/azure/azure_rm_availabilityset.py index 0fe22eb5697..3fbfb4c6e67 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_availabilityset.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_availabilityset.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_cdnendpoint.py b/lib/ansible/modules/cloud/azure/azure_rm_cdnendpoint.py index aaa3311e13c..e51612036e8 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_cdnendpoint.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_cdnendpoint.py @@ -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: diff --git a/lib/ansible/modules/cloud/azure/azure_rm_containerinstance.py b/lib/ansible/modules/cloud/azure/azure_rm_containerinstance.py index 14ff3552a5f..f958230a0bb 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_containerinstance.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_containerinstance.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_containerregistry.py b/lib/ansible/modules/cloud/azure/azure_rm_containerregistry.py index 13fbf15c776..30719e4aad3 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_containerregistry.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_containerregistry.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_cosmosdbaccount.py b/lib/ansible/modules/cloud/azure/azure_rm_cosmosdbaccount.py index 3acf2db8fb7..f0c7c6e34ac 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_cosmosdbaccount.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_cosmosdbaccount.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_devtestlabvirtualnetwork.py b/lib/ansible/modules/cloud/azure/azure_rm_devtestlabvirtualnetwork.py index 88f6222a968..1003ad8ed1a 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_devtestlabvirtualnetwork.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_devtestlabvirtualnetwork.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_dnszone.py b/lib/ansible/modules/cloud/azure/azure_rm_dnszone.py index e3d505b1ffd..4f401e29b1a 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_dnszone.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_dnszone.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_functionapp.py b/lib/ansible/modules/cloud/azure/azure_rm_functionapp.py index d23086615f0..e1734414a27 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_functionapp.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_functionapp.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_keyvault.py b/lib/ansible/modules/cloud/azure/azure_rm_keyvault.py index efd5ec61c85..a0e597b8c10 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_keyvault.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_keyvault.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_keyvaultkey.py b/lib/ansible/modules/cloud/azure/azure_rm_keyvaultkey.py index d762e10ce2d..21e78fd4841 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_keyvaultkey.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_keyvaultkey.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_keyvaultsecret.py b/lib/ansible/modules/cloud/azure/azure_rm_keyvaultsecret.py index 2830fee8247..0e43896e7fc 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_keyvaultsecret.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_keyvaultsecret.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_managed_disk.py b/lib/ansible/modules/cloud/azure/azure_rm_managed_disk.py index d522875d468..f4131efedb0 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_managed_disk.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_managed_disk.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_mysqldatabase.py b/lib/ansible/modules/cloud/azure/azure_rm_mysqldatabase.py index 7491d64bf05..bf2a654f4ad 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_mysqldatabase.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_mysqldatabase.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_mysqlfirewallrule.py b/lib/ansible/modules/cloud/azure/azure_rm_mysqlfirewallrule.py index 677b223f162..8c48e5783f8 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_mysqlfirewallrule.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_mysqlfirewallrule.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_mysqlserver.py b/lib/ansible/modules/cloud/azure/azure_rm_mysqlserver.py index 3eb5ed63a28..559f9dc8796 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_mysqlserver.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_mysqlserver.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_networkinterface.py b/lib/ansible/modules/cloud/azure/azure_rm_networkinterface.py index 6ed75795a4f..d79710071b2 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_networkinterface.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_networkinterface.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_postgresqldatabase.py b/lib/ansible/modules/cloud/azure/azure_rm_postgresqldatabase.py index 6bcb996b4b0..ca0636dc721 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_postgresqldatabase.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_postgresqldatabase.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_postgresqlfirewallrule.py b/lib/ansible/modules/cloud/azure/azure_rm_postgresqlfirewallrule.py index de76f68abbb..b7a13d0808d 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_postgresqlfirewallrule.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_postgresqlfirewallrule.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_postgresqlserver.py b/lib/ansible/modules/cloud/azure/azure_rm_postgresqlserver.py index e91e9930be4..54a049da914 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_postgresqlserver.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_postgresqlserver.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_publicipaddress.py b/lib/ansible/modules/cloud/azure/azure_rm_publicipaddress.py index 8369fa1ea84..2b50fc5369f 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_publicipaddress.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_publicipaddress.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_rediscache.py b/lib/ansible/modules/cloud/azure/azure_rm_rediscache.py index be848a51dbf..0eb536d10e6 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_rediscache.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_rediscache.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_resourcegroup.py b/lib/ansible/modules/cloud/azure/azure_rm_resourcegroup.py index 3bcdbd9237c..e8f61882932 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_resourcegroup.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_resourcegroup.py @@ -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: diff --git a/lib/ansible/modules/cloud/azure/azure_rm_route.py b/lib/ansible/modules/cloud/azure/azure_rm_route.py index 7f4692dd230..754766c13bb 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_route.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_route.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_routetable.py b/lib/ansible/modules/cloud/azure/azure_rm_routetable.py index f94aec0ee3d..40fa0dd3557 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_routetable.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_routetable.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_securitygroup.py b/lib/ansible/modules/cloud/azure/azure_rm_securitygroup.py index c377c57d157..89fd1e77ad4 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_securitygroup.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_securitygroup.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_sqldatabase.py b/lib/ansible/modules/cloud/azure/azure_rm_sqldatabase.py index a51818747c2..d568d682779 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_sqldatabase.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_sqldatabase.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_sqlfirewallrule.py b/lib/ansible/modules/cloud/azure/azure_rm_sqlfirewallrule.py index d999ccf9420..008a84981a0 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_sqlfirewallrule.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_sqlfirewallrule.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_sqlserver.py b/lib/ansible/modules/cloud/azure/azure_rm_sqlserver.py index 35026f84b31..5e127ebad30 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_sqlserver.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_sqlserver.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_storageaccount.py b/lib/ansible/modules/cloud/azure/azure_rm_storageaccount.py index 4e79bb97289..31d35558123 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_storageaccount.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_storageaccount.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_storageblob.py b/lib/ansible/modules/cloud/azure/azure_rm_storageblob.py index 5e940ca1ac8..1bf9e7de46a 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_storageblob.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_storageblob.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_subnet.py b/lib/ansible/modules/cloud/azure/azure_rm_subnet.py index 75d23f12780..c1d50c6ba32 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_subnet.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_subnet.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine.py b/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine.py index fda2188af26..a5a504394f2 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine.py @@ -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: diff --git a/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine_extension.py b/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine_extension.py index ae72409ca47..aa3e358c112 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine_extension.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine_extension.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine_scaleset.py b/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine_scaleset.py index 9624d945c88..5f02155da2a 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine_scaleset.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine_scaleset.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_virtualnetwork.py b/lib/ansible/modules/cloud/azure/azure_rm_virtualnetwork.py index 61c3732d02e..ae4ecf23431 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_virtualnetwork.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_virtualnetwork.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_webapp.py b/lib/ansible/modules/cloud/azure/azure_rm_webapp.py index 3228814b41b..13288426289 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_webapp.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_webapp.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_webappslot.py b/lib/ansible/modules/cloud/azure/azure_rm_webappslot.py index 1ddf15b82ed..d39ba68eedb 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_webappslot.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_webappslot.py @@ -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