moira
moira copied to clipboard
Ansible role creates a new tag if tag specified as string instead of list of strings
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.
@litleleprikon can i work on this issue?