Browse Source

Install rsyslog for CentOS for troubleshooting purposes

pull/1943/head
Greg Szabo 7 years ago
parent
commit
38846aebfe
1 changed files with 4 additions and 0 deletions
  1. +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"

Loading…
Cancel
Save