From f0c5ac1b5566a6970338d35f6a493658c737ca0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 15 Mar 2021 20:10:30 +0100 Subject: [PATCH] copr: specify ansible_user --- inventory/host_vars/copr-db-stg.aws.fedoraproject.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/host_vars/copr-db-stg.aws.fedoraproject.org b/inventory/host_vars/copr-db-stg.aws.fedoraproject.org index 6273888bce..42f584bdac 100644 --- a/inventory/host_vars/copr-db-stg.aws.fedoraproject.org +++ b/inventory/host_vars/copr-db-stg.aws.fedoraproject.org @@ -1,5 +1,5 @@ --- -ansible_user=ec2-user +ansible_user: ec2-user datacenter: aws inventory_hostname: "copr-db-stg.aws.fedoraproject.org" inventory_instance_name: copr-db-stg