mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
azure_rm_common: only remove tags from new_tags if append_tags is not… (#24040)
This commit is contained in:
@@ -102,6 +102,7 @@
|
||||
- name: Purge tags
|
||||
azure_rm_virtualnetwork:
|
||||
name: "{{ vnetname }}"
|
||||
append_tags: no
|
||||
tags:
|
||||
testing: 'always'
|
||||
resource_group: "{{ resource_group }}"
|
||||
|
||||
Reference in New Issue
Block a user