diff --git a/omero/training-server/maintenance/omero-restoredb.yml b/omero/training-server/maintenance/omero-restoredb.yml index 0c7c914c..c76da892 100644 --- a/omero/training-server/maintenance/omero-restoredb.yml +++ b/omero/training-server/maintenance/omero-restoredb.yml @@ -33,7 +33,7 @@ # This may take a long time with no output - name: Copy files # Don't become root, this should ensure ssh forwarding works - ansible.posix.synchronize: + synchronize: src: "{{ item }}" dest: "/tmp/{{ item | basename }}" partial: true