diff --git a/roles/mgrote_rsync/tasks/source.yml b/roles/mgrote_rsync/tasks/source.yml index a4a249b9..643be8da 100644 --- a/roles/mgrote_rsync/tasks/source.yml +++ b/roles/mgrote_rsync/tasks/source.yml @@ -68,8 +68,8 @@ become: true ansible.builtin.systemd: name: "{{ item }}" - masked: false - enabled: true + masked: true # todo umkehren + enabled: false # todo umkehren loop: - rsync_mirror.service - rsync_mirror.timer