From 19bfd92e3b14e42dffc55aa5cf92ad80670f6b62 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 19 Jun 2023 10:13:53 +0200 Subject: [PATCH] copr: fill smtp_auth_relay password correctly --- inventory/group_vars/copr_all_instances_aws | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/copr_all_instances_aws b/inventory/group_vars/copr_all_instances_aws index 7393342b98..aa41b7712e 100644 --- a/inventory/group_vars/copr_all_instances_aws +++ b/inventory/group_vars/copr_all_instances_aws @@ -2,4 +2,4 @@ --- smtp_auth_relay_host: smtp-auth-cc-rdu01.fedoraproject.org smtp_auth_relay_user: copr@fedoraproject.org -smtp_auth_relay_password: {{ copr_smtp_password }} +smtp_auth_relay_password: "{{ copr_smtp_password }}"