mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
azure_rm_common: only remove tags from new_tags if append_tags is not… (#24040)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user