syslogd: More clean syntax for shell use
This commit is contained in:
parent
e00dc8ccf1
commit
e8473e64e1
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@
|
|||
notify: Restart syslogd
|
||||
|
||||
- name: Create dummy all.log
|
||||
ansbile.builtin.shell: umask 027 ; touch /srv/log/all.log
|
||||
args:
|
||||
ansbile.builtin.shell:
|
||||
cmd: umask 027 ; touch /srv/log/all.log
|
||||
creates: /srv/log/all.log
|
||||
|
||||
- name: Install log archiver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue