syslogd: Fix typo

This commit is contained in:
Timo Makinen 2022-10-31 19:56:48 +00:00
parent bc71f3fd74
commit f4675073a7

View file

@ -51,7 +51,7 @@
notify: Restart syslogd
- name: Create dummy all.log
ansbile.builtin.shell:
ansible.builtin.shell:
cmd: umask 027 ; touch /srv/log/all.log
creates: /srv/log/all.log