From 9a2e5afe010253a1f0220ec72577f82a2cd1c21f Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 23 Nov 2021 15:32:43 +0100 Subject: [PATCH] Fix typo. --- semaphore.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/semaphore.yaml b/semaphore.yaml index 413838f..7db6502 100644 --- a/semaphore.yaml +++ b/semaphore.yaml @@ -126,7 +126,7 @@ method: POST body_format: json body: - text: "{{ ansible_date_time.date }} { ansible_date_time.time }} (info): Playbook ran successful ({{ ansible_play_name }})" + text: "{{ ansible_date_time.date }} {{ ansible_date_time.time }} (info): Playbook ran successful ({{ ansible_play_name }})" rescue: - name: Inform Mattermost about error @@ -135,4 +135,4 @@ method: POST body_format: json body: - text: "{{ ansible_date_time.date }} { ansible_date_time.time }} (info): Playbook ran with error ({{ ansible_play_name }})" + text: "{{ ansible_date_time.date }} {{ ansible_date_time.time }} (info): Playbook ran with error ({{ ansible_play_name }})"