mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 12:03:58 -07:00
azure_rm_common: only remove tags from new_tags if append_tags is not… (#24040)
This commit is contained in:
parent
babfe45852
commit
ff6d4e6bf4
5 changed files with 20 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue