From cb8e2e46d07b6a7d527fea18f0d584e410de6e46 Mon Sep 17 00:00:00 2001 From: Greg Szabo Date: Mon, 19 Jun 2017 23:48:22 +0000 Subject: [PATCH] Ansible CentOs fix --- 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 0ab78dd1f..4e23fcce5 100644 --- a/ansible/roles/install/tasks/centos.yml +++ b/ansible/roles/install/tasks/centos.yml @@ -26,7 +26,7 @@ description: "Tendermint repo" gpgcheck: yes gpgkey: http://tendermint-packages.s3-website-us-west-1.amazonaws.com/centos/7/os/x86_64/RPM-GPG-KEY-Tendermint - repo_gpgcheck: yes +# repo_gpgcheck: yes - name: Install package on CentOS/RedHat when: ansible_os_family == "RedHat"