master
parent
3544fd667e
commit
c764630175
|
@ -3,7 +3,7 @@
|
||||||
become: yes
|
become: yes
|
||||||
tasks:
|
tasks:
|
||||||
- name: Export data
|
- name: Export data
|
||||||
command: "s3cmd sync --preserve --config {{ config }} s3://{{ item }} {{ backup_dir }}"
|
command: "s3cmd sync --preserve --config {{ config }} s3://{{ item }} {{ backup_dir }}/{{ item }}"
|
||||||
loop: '{{ buckets }}'
|
loop: '{{ buckets }}'
|
||||||
- name: Create tar archive
|
- name: Create tar archive
|
||||||
command: >
|
command: >
|
||||||
|
|
Loading…
Reference in New Issue