Ansible delivers simple IT automation that ends repetitive tasks and frees up DevOps teams for more strategic work. This project is to enable this automation for NSX-T installation.
Other
171
stars
145
forks
source link
nsxt_vm_tags incorrect behavior when updating multiple tags with same scope. #445
Describe the bug
having this 10 pair of scope/tag:
Noticed behavior first run updates the 10 tags but when doing next run it updates still but it changes to 9 tags in nsx-t.
Output shown below keeps doing "changed"
Reproduction steps
Expected behavior
When nsx-t tags are not synced based on add_tags, first run should do the update:
Running the second time should say OK:
Additional context
Please review my work around on line 271:
See if that makes sense. Thanks.