diff --git a/backup-i3.yml b/backup-i3.yml index 8444c55..459e027 100644 --- a/backup-i3.yml +++ b/backup-i3.yml @@ -13,4 +13,4 @@ format: gz - name: Upload tar file to S3 ansible.builtin.command: - cmd: "s3cmd put /root/backups/volumes-{{ current_date }}.tar.gz s3://eron/i3" \ No newline at end of file + cmd: "s3cmd put /root/backups/volumes-{{ current_date }}.tar.gz s3://eron/i3/" \ No newline at end of file