diff --git a/inventory/group_vars/openqa b/inventory/group_vars/openqa index 6e2c7de943..cc9232da49 100644 --- a/inventory/group_vars/openqa +++ b/inventory/group_vars/openqa @@ -19,6 +19,7 @@ wikitcms_password: "{{ prod_wikitcms_password }}" checkcompose_emailfrom: rawhide@fedoraproject.org checkcompose_emailto: "test@lists.fedoraproject.org devel@lists.fedoraproject.org" +checkcompose_postrelease_emailto: "mmcgrath@redhat.com cloud@lists.fedoraproject.org" checkcompose_smtp: bastion.phx2.fedoraproject.org checkcompose_url: "https://{{ external_hostname }}" diff --git a/roles/check-compose/templates/check-compose.conf.j2 b/roles/check-compose/templates/check-compose.conf.j2 index dc4e3f649e..6622e74e5d 100644 --- a/roles/check-compose/templates/check-compose.conf.j2 +++ b/roles/check-compose/templates/check-compose.conf.j2 @@ -23,3 +23,7 @@ json: {{ checkcompose_json }} {% if checkcompose_loglevel is defined %} loglevel: {{ checkcompose_loglevel }} {% endif %} +[Postrelease] +{% if checkcompose_postrelease_emailto is defined %} +email-to: {{ checkcompose_postrelease_emailto }} +{% endif %}