You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using ansible and the sensu-go-ansible playbooks to configure checks. As a result if I pass an array to the toEmail annotation it ends up being configured as ['[email protected]', '[email protected]'] which sensu-email-handler accepts, and then doesnt actually send email.
I'm using ansible and the sensu-go-ansible playbooks to configure checks. As a result if I pass an array to the toEmail annotation it ends up being configured as
['[email protected]', '[email protected]']
which sensu-email-handler accepts, and then doesnt actually send email.A quick test of variations of quoting below:
No quotes in the array
Results: no email
Single quote in the array
Results: no email
Escaped double quotes
Results: email actually sent
Any advice here? I'm not entirely sure if this is a bug here, or something to be taken up with sensu-go-ansible
The text was updated successfully, but these errors were encountered: