From 30ef83c1c072efb3c0782c1dc0b04eea98ebdd34 Mon Sep 17 00:00:00 2001 From: Zim Kalinowski Date: Fri, 27 Jul 2018 05:20:20 +0800 Subject: [PATCH] fixing bug in storage account sample (#43308) --- lib/ansible/modules/cloud/azure/azure_rm_storageaccount.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/azure/azure_rm_storageaccount.py b/lib/ansible/modules/cloud/azure/azure_rm_storageaccount.py index 5caf7bedbf..d48519b740 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_storageaccount.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_storageaccount.py @@ -104,8 +104,8 @@ EXAMPLES = ''' name: clh0002 type: Standard_RAGRS tags: - - testing: testing - - delete: on-exit + testing: testing + delete: on-exit '''