mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-06 09:11:29 -07:00
fix sample in docs (#55420)
This commit is contained in:
parent
339a0f4a8c
commit
22f666c962
13 changed files with 49 additions and 49 deletions
|
@ -70,13 +70,13 @@ author:
|
|||
EXAMPLES = '''
|
||||
- name: Create an availability set with default options
|
||||
azure_rm_availabilityset:
|
||||
name: myavailabilityset
|
||||
name: myAvailabilitySet
|
||||
location: eastus
|
||||
resource_group: myResourceGroup
|
||||
|
||||
- name: Create an availability set with advanced options
|
||||
azure_rm_availabilityset:
|
||||
name: myavailabilityset
|
||||
name: myAvailabilitySet
|
||||
location: eastus
|
||||
resource_group: myResourceGroup
|
||||
platform_update_domain_count: 5
|
||||
|
@ -85,7 +85,7 @@ EXAMPLES = '''
|
|||
|
||||
- name: Delete an availability set
|
||||
azure_rm_availabilityset:
|
||||
name: myavailabilityset
|
||||
name: myAvailabilitySet
|
||||
location: eastus
|
||||
resource_group: myResourceGroup
|
||||
state: absent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue