Suppress logging of rclone passwords
This commit is contained in:
parent
c8ac7c5f0a
commit
9232d1e761
@ -26,6 +26,7 @@
|
||||
group: "{{ item.group | default('root') }}"
|
||||
mode: "{{ item.mode | default('0600') }}"
|
||||
with_items: "{{ rclone_config }}"
|
||||
no_log: true
|
||||
|
||||
- name: cron jobs
|
||||
cron:
|
||||
|
Loading…
Reference in New Issue
Block a user