Skip to content

Commit

Permalink
Update send-to-msteams.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva authored Jun 6, 2024
1 parent eece9a6 commit 4aba9c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/send-to-msteams.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Send simple notification to MS Teams
community.general.notification.office_365_connector_card:
community.general.office_365_connector_card:
webhook: "{{ msteams_url }}"
summary: "{{ summary_text }}"
sections:
Expand All @@ -13,7 +13,7 @@
ignore_errors: true

- name: Send simple notification w/ one link to MS Teams
community.general.notification.office_365_connector_card:
community.general.office_365_connector_card:
webhook: "{{ msteams_url }}"
summary: "{{ summary_text }}"
sections:
Expand All @@ -32,7 +32,7 @@
ignore_errors: true

- name: Send simple notification w/ multiple links to MS Teams
community.general.notification.office_365_connector_card:
community.general.office_365_connector_card:
webhook: "{{ msteams_url }}"
summary: "{{ summary_text }}"
sections:
Expand Down

0 comments on commit 4aba9c3

Please sign in to comment.