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
parent babfe45852
commit ff6d4e6bf4
5 changed files with 20 additions and 14 deletions

View File

@@ -94,6 +94,7 @@
testing: testing
delete: never
baz: bar
append_tags: false
register: output
- assert:
@@ -105,6 +106,7 @@
azure_rm_securitygroup:
resource_group: "{{ resource_group }}"
name: "{{ secgroupname }}"
append_tags: false
tags:
testing: testing
delete: on-exit