mirror of
https://github.com/tendermint/tendermint.git
synced 2026-06-02 04:16:20 +00:00
ansible fix for CentOS repo
This commit is contained in:
@@ -21,5 +21,5 @@
|
||||
|
||||
- name: Install package on CentOS/RedHat
|
||||
when: ansible_os_family == "RedHat"
|
||||
yum: "pkg={{service}}"
|
||||
yum: "pkg={{service}} update_cache=yes"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user