diff options
author | 2024-09-05 00:49:39 +0100 | |
---|---|---|
committer | 2024-09-05 00:49:39 +0100 | |
commit | c7b7148014ae9ecb07270b5b2f09f5ca4a88e4a1 (patch) | |
tree | 3b14c7b69d577b1451b46a8f761778d0500a4d3f | |
parent | AlertManager init use Alpine (diff) |
Fix p1 in Fredrick
-rw-r--r-- | ansible/roles/postfix/templates/services/fredrick-reply.sh.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/postfix/templates/services/fredrick-reply.sh.j2 b/ansible/roles/postfix/templates/services/fredrick-reply.sh.j2 index b543e76..cad3e06 100644 --- a/ansible/roles/postfix/templates/services/fredrick-reply.sh.j2 +++ b/ansible/roles/postfix/templates/services/fredrick-reply.sh.j2 @@ -41,7 +41,7 @@ FINAL_JSON=$(jq -r -c -n \ --arg sent_at_unix "$DATE_UNIX" \ --arg sent_at_unparsed "$MESSAGE_DATE" \ --argjson body "$JSON_BODY" \ - '{sent_at_unix: $sent_at, sent_at_unparsed: $sent_at_unparsed, + '{sent_at_unix: $sent_at_unix, sent_at_unparsed: $sent_at_unparsed, from: $from, subject: $subject, body: $body}') FRED_RESPONSE=$(curl -X POST "$FREDRICK_ENDPOINT" \ |