doc: Correction for spelling of 'azure_rm_deployment' in example (#3212)
This commit is contained in:
parent
93627a1f0f
commit
491b136f6e
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ EXAMPLES = '''
|
|||
|
||||
# Create or update a template deployment based on an inline template and parameters
|
||||
- name: Create Azure Deploy
|
||||
azure_rm_deploy:
|
||||
azure_rm_deployment:
|
||||
state: present
|
||||
subscription_id: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
||||
resource_group_name: dev-ops-cle
|
||||
|
|
Loading…
Reference in a new issue