From 327ea6f1a73493244279bbc003c5dc911ad1191e Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 23 Oct 2023 12:47:21 +0200 Subject: [PATCH] upt playbook --- playbooks/sync_mailu.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/playbooks/sync_mailu.yaml b/playbooks/sync_mailu.yaml index 2dfa547..0742031 100644 --- a/playbooks/sync_mailu.yaml +++ b/playbooks/sync_mailu.yaml @@ -126,14 +126,6 @@ # ansible.builtin.shell: 'tar -xzvf /tmp/dockers-{{ ansible_date_time.date }}.tar.gz -C /' # become: true # when: inventory_hostname in groups['raspberry'] - - name: fix permissions - file: - path: /share/docker_data/mailu2/ - owner: admin - group: administrators - recurse: yes - become: true - when: inventory_hostname in groups['raspberry'] - name: Extract become: true ansible.builtin.unarchive: