fix sample in docs (#55420)

This commit is contained in:
Yunge Zhu 2019-04-17 13:41:58 +08:00 committed by ansibot
parent 339a0f4a8c
commit 22f666c962
13 changed files with 49 additions and 49 deletions

View file

@ -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
'''