Install rsyslog for CentOS for troubleshooting purposes

This commit is contained in:
Greg Szabo
2017-08-25 10:57:15 -04:00
parent 212df60671
commit 38846aebfe

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"