Guillaume Coré
2019-01-29 4fc761f5b3be9f3f7aad6a5f6530f654dcb3b641
OCP 4: email with newlines
1 files modified
3 ■■■■ changed files
ansible/configs/ocp4-coreos-deployer/destroy_env.yml 3 ●●●● patch | view | raw | blame | history
ansible/configs/ocp4-coreos-deployer/destroy_env.yml
@@ -244,7 +244,8 @@
              mail:
                subject: "OCP4 lab: Remaining resources found for user {{ hostvars.localhost.student_user }}"
                to: "{{ report_email }}"
                body: "{{ janitorreg.stdout }}"
                body: |-
                  {{ janitorreg.stdout }}
                from: "{{ report_from_email | d(report_email) }}"
                headers:
                  - Reply-To={{ report_reply_to_email | d(report_email) }}