azure_rm_common: only remove tags from new_tags if append_tags is not… (#24040)

This commit is contained in:
Bjorn Hansen 2018-08-15 20:35:39 -07:00 committed by Yunge Zhu
commit ff6d4e6bf4
5 changed files with 20 additions and 14 deletions

View file

@ -24,6 +24,7 @@
resource_group: "{{ resource_group }}"
name: "{{ storage_account }}"
account_type: Standard_LRS
append_tags: no
tags:
test: test
galaxy: galaxy
@ -72,6 +73,7 @@
azure_rm_storageaccount:
resource_group: "{{ resource_group }}"
name: "{{ storage_account }}"
append_tags: no
tags:
testing: testing
delete: never
@ -87,6 +89,7 @@
azure_rm_storageaccount:
resource_group: "{{ resource_group }}"
name: "{{ storage_account }}"
append_tags: no
tags:
testing: testing
delete: never