Skip to content

Commit

Permalink
Reject one ansible.builtin to make playbook work
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalczysko committed Jul 18, 2023
1 parent 13b7166 commit 22363f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omero/training-server/maintenance/omero-restoredb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22363f6

Please sign in to comment.