Browse Source

Ansible CentOs fix

pull/1943/head
Greg Szabo 7 years ago
parent
commit
cb8e2e46d0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ansible/roles/install/tasks/centos.yml

+ 1
- 1
ansible/roles/install/tasks/centos.yml View File

@ -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"


Loading…
Cancel
Save