diff --git a/Testing/maint-reboot-required-notify.yaml b/Testing/maint-reboot-required-notify.yaml index cd97299..1b7dd11 100644 --- a/Testing/maint-reboot-required-notify.yaml +++ b/Testing/maint-reboot-required-notify.yaml @@ -23,11 +23,11 @@ set_fact: results: > {{ 'Reboot required on ' ~ inventory_hostname ~ ' with reboot status: ' ~ (reboot.stat.exists | ternary('True', 'False')) }} - + - name: Send notification to Teams uri: url: "{{ Teams_webhook }}" method: POST body: "{{ results }}" body_format: json - when: reboot.stat.exists \ No newline at end of file + # when: reboot.stat.exists \ No newline at end of file