mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
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:
committed by
Alicia Cozine
parent
a722133640
commit
053081a8a0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user