From ccbdb0cc20dd531d960a6b6152e0f798a9148305 Mon Sep 17 00:00:00 2001
From: jbride <jbride2001@yahoo.com>
Date: Tue, 29 Jan 2019 16:18:04 +0100
Subject: [PATCH] Merge branch 'development' of github.com:sborenst/ansible_agnostic_deployer into development

---
 ansible/configs/ocp4-coreos-deployer/destroy_env.yml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ansible/configs/ocp4-coreos-deployer/destroy_env.yml b/ansible/configs/ocp4-coreos-deployer/destroy_env.yml
index 37132c8..f5c0f4c 100644
--- a/ansible/configs/ocp4-coreos-deployer/destroy_env.yml
+++ b/ansible/configs/ocp4-coreos-deployer/destroy_env.yml
@@ -244,8 +244,11 @@
               mail:
                 subject: "OCP4 lab: Remaining resources found for user {{ hostvars.localhost.student_user }}"
                 to: "{{ report_email }}"
+                subtype: html
                 body: |-
+                  <pre>
                   {{ janitorreg.stdout }}
+                  </pre>
                 from: "{{ report_from_email | d(report_email) }}"
                 headers:
                   - Reply-To={{ report_reply_to_email | d(report_email) }}

--
Gitblit v1.9.3