vmware / ansible-for-nsxt

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

Fix bug for remove_tags_with_scope feature #503

Closed kparihar07 closed 5 months ago

kparihar07 commented 5 months ago

The remove_tags_with_scope option for the nsxt_vm_tags.py module is not functioning as it should. I believe that the scope value for all tags should be compared to the scope list that is provided in the remove_tags_with_scope option.

I would like to propose the changes to this module. Please review and merge accordingly.

Signed-off-by: Kuldeep Parihar kuldeep.bhumca09@gmail.com

vmwclabot commented 5 months ago

@kparihar07, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.