Ansible role creates a new tag if tag specified as string instead of list of strings
litleleprikon opened this issue · 1 comments
litleleprikon commented
BUG REPORT
What did you expect to see?
If tags sent via string in Moira alert new tag should not be created.
Example:
tags: testTag
Instead of
tags:
- testTag
What did you see instead?
Created new tag testTag
even if this tag existed.
burnerlee commented
@litleleprikon can i work on this issue?