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

@ -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