Fix for voidlinux

This commit is contained in:
Daniel A. Maierhofer
2018-03-17 17:28:06 +01:00
parent 25163846b2
commit cb190efd2c
5 changed files with 31 additions and 1 deletions

View File

@@ -17,3 +17,8 @@
- name: rsyslog - start and enable
service: name=rsyslog state=started enabled=yes
when: ansible_os_family == "Debian"
- name: rsyslog - start and enable
service: name=rsyslogd state=started enabled=yes
when: ansible_os_family != "Debian"