mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-11 03:31: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
|
@ -64,7 +64,7 @@ author:
|
|||
EXAMPLES = '''
|
||||
- name: Create an azure container registry
|
||||
azure_rm_containerregistry:
|
||||
name: testacr1
|
||||
name: myRegistry
|
||||
location: eastus
|
||||
resource_group: myResourceGroup
|
||||
admin_user_enabled: true
|
||||
|
@ -75,7 +75,7 @@ EXAMPLES = '''
|
|||
|
||||
- name: Remove an azure container registry
|
||||
azure_rm_containerregistry:
|
||||
name: testacr2
|
||||
name: myRegistry
|
||||
resource_group: myResourceGroup
|
||||
state: absent
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue