syslogd: More clean syntax for shell use

This commit is contained in:
Timo Makinen 2022-10-29 18:49:13 +00:00
parent e00dc8ccf1
commit e8473e64e1

View file

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