mirror of
https://github.com/tendermint/tendermint.git
synced 2026-06-06 06:13:15 +00:00
Install rsyslog for CentOS for troubleshooting purposes
This commit is contained in:
@@ -36,3 +36,7 @@
|
||||
when: ansible_os_family == "RedHat"
|
||||
yum: "pkg={{service}} update_cache=yes state=latest"
|
||||
|
||||
- name: Install rsyslog on CentOS/RedHat
|
||||
when: ansible_os_family == "RedHat"
|
||||
yum: "pkg=rsyslog state=latest"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user