From d22a0b93a026cc2a9949b1c4050c4d4ab18e5a8f Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 29 Oct 2024 14:40:08 +0100 Subject: [PATCH] ff --- roles/mgrote_zfs_sanoid/tasks/main.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/roles/mgrote_zfs_sanoid/tasks/main.yml b/roles/mgrote_zfs_sanoid/tasks/main.yml index cd5f0840..4253d629 100644 --- a/roles/mgrote_zfs_sanoid/tasks/main.yml +++ b/roles/mgrote_zfs_sanoid/tasks/main.yml @@ -14,15 +14,14 @@ - sanoid state: present -- name: Overwrite syncoid script from package +- name: Overwrite syncoid script from package # todo become: true - ansible.builtin.get_url: - url: https://raw.githubusercontent.com/jimsalterjrs/sanoid/master/syncoid + ansible.builtin.file: dest: /usr/bin/syncoid mode: '0755' owner: root group: root - force: true + state: absent - name: create sanoid directories become: true