mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user