mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-31 21:39:10 -07:00
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
|
# Create or update a template deployment based on an inline template and parameters
|
||||||
- name: Create Azure Deploy
|
- name: Create Azure Deploy
|
||||||
azure_rm_deploy:
|
azure_rm_deployment:
|
||||||
state: present
|
state: present
|
||||||
subscription_id: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
subscription_id: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
||||||
resource_group_name: dev-ops-cle
|
resource_group_name: dev-ops-cle
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue