Skip to content

Commit

Permalink
async not supported on synchronize task
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Jun 20, 2024
1 parent 33d4823 commit 896178f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions services/ansible_openvpn/playbooks/fetch_rpi_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
state: directory
delegate_to: localhost
- name: data synchronization out mem
async: 900
poll: 5
vars:
ansible_remote_tmp: /run/user/1000
ansible.posix.synchronize:
Expand All @@ -40,8 +38,6 @@
- "--stats"
register: rsync_stats
- name: data synchronization out sd
async: 900
poll: 5
ansible.posix.synchronize:
mode: 'pull'
src: '{{ source2 }}'
Expand Down

0 comments on commit 896178f

Please sign in to comment.