fixed up typo in azure_rm_virtualmachine docs
This commit is contained in:
parent
9eb5921c1c
commit
bac759e282
1 changed files with 2 additions and 2 deletions
|
@ -102,8 +102,8 @@ options:
|
||||||
- 'If a dict with the keys C(name) and C(resource_group), the image
|
- 'If a dict with the keys C(name) and C(resource_group), the image
|
||||||
is sourced from a custom image based on the C(name) and
|
is sourced from a custom image based on the C(name) and
|
||||||
C(resource_group) set. NOTE: the key C(resource_group) is optional
|
C(resource_group) set. NOTE: the key C(resource_group) is optional
|
||||||
and if omitted, all images in the subscription will be search for
|
and if omitted, all images in the subscription will be searched
|
||||||
by C(name).'
|
for by C(name).'
|
||||||
- Custom image support was added in Ansible 2.5
|
- Custom image support was added in Ansible 2.5
|
||||||
required: true
|
required: true
|
||||||
storage_account_name:
|
storage_account_name:
|
||||||
|
|
Loading…
Reference in a new issue