This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Install rsyslog for CentOS for troubleshooting purposes
pull/1943/head
Greg Szabo
7 years ago
parent
212df60671
commit
38846aebfe
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
ansible/roles/install/tasks/centos.yml
+ 4
- 0
ansible/roles/install/tasks/centos.yml
View File
@ -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"
Write
Preview
Loading…
Cancel
Save