mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07: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:
parent
a722133640
commit
053081a8a0
42 changed files with 70 additions and 70 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue