Skip to content

Commit

Permalink
not local..
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f authored Jan 15, 2024
1 parent 9628a67 commit cc3021a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions services/ansible_openvpn/playbooks/backup_data.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
- name: rsync data archive to an external ssh
hosts: 127.0.0.1
connection: local
become: false
vars:
source: '/home/semaphore/data/archive/'
destination: 'backup_noisesensor/'
destination: '~/backup_noisesensor/'
tasks:
- name: data synchronization
ansible.posix.synchronize:
Expand Down

0 comments on commit cc3021a

Please sign in to comment.