From 103e339dec974b23ea7a81c358466bd7570f70c2 Mon Sep 17 00:00:00 2001 From: Greg Szabo Date: Mon, 19 Jun 2017 16:42:10 +0000 Subject: [PATCH] CentOS ansible install fixes --- ansible/roles/install/tasks/centos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/install/tasks/centos.yml b/ansible/roles/install/tasks/centos.yml index 2609d3663..e11f1359c 100644 --- a/ansible/roles/install/tasks/centos.yml +++ b/ansible/roles/install/tasks/centos.yml @@ -3,7 +3,7 @@ when: ansible_os_family == "RedHat" yum_repository: name: tendermint - baseurl: http://tendermint-packages.s3-website-us-west-1.amazonaws.com/centos + baseurl: http://tendermint-packages.s3-website-us-west-1.amazonaws.com/centos/7/os/x86_64 description: "Tendermint repo" gpgcheck: yes gpgkey: http://tendermint-packages.s3-website-us-west-1.amazonaws.com/centos/RPM-GPG-KEY-Tendermint