create syslogd role and enable it on openbsd

This commit is contained in:
Timo Makinen 2019-05-29 00:34:44 +03:00
parent 13f0332fa1
commit c1db2dc402
3 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: restart syslogd
service:
name: syslogd
state: restarted