]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/sa-merge-all.yml
Feat: Module `synchronize` was moved to `ansible.posix` namespace
[ansible.git] / playbooks / debian / sa-merge-all.yml
index dbf9b4c1b00b093a40d96053f74e7a4c222d0d47..0fade9805c663b7c623b4b36245124ab09af34f2 100644 (file)
@@ -17,7 +17,7 @@
       - name: Backup SpamAssassin DB
         shell: "sa-learn --sync && exec sa-learn --backup >~/tmp/sa-learn.backup@{{ inventory_hostname }}"
       - name: Fetch SpamAssassin DB backup
-        synchronize:
+        ansible.posix.synchronize:
           src: "~/tmp/sa-learn.backup@{{ inventory_hostname }}"
           dest: "~/tmp/sa-learn.backup@{{ inventory_hostname }}"
           mode: pull
@@ -31,7 +31,7 @@
 
     - block:
       - name: Push combined SpamAssassin DB backup
-        synchronize:
+        ansible.posix.synchronize:
           src: "~/tmp/sa-learn.backup"
           dest: "~/tmp/sa-learn.backup"
       - name: Restore combined SpamAssassin DB