From bac759e2827ded800e5d1c92b76920b53b5e2c7f Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Fri, 10 Nov 2017 14:57:12 +1000 Subject: [PATCH] fixed up typo in azure_rm_virtualmachine docs --- lib/ansible/modules/cloud/azure/azure_rm_virtualmachine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine.py b/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine.py index 2696ba3668d..fdf95c97be8 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine.py @@ -102,8 +102,8 @@ options: - '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 C(resource_group) set. NOTE: the key C(resource_group) is optional - and if omitted, all images in the subscription will be search for - by C(name).' + and if omitted, all images in the subscription will be searched + for by C(name).' - Custom image support was added in Ansible 2.5 required: true storage_account_name: