moira-alert/moira

Ansible role creates a new tag if tag specified as string instead of list of strings

litleleprikon opened this issue · 1 comments

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?