diff --git a/tasks/backup_volume.yml b/tasks/backup_volume.yml index be86d48..202ad5f 100755 --- a/tasks/backup_volume.yml +++ b/tasks/backup_volume.yml @@ -10,7 +10,7 @@ - find_hard_links.stdout | length == 0 msg: "Duplicity does not support hard links." -- name: Create SWIFT bucket +- name: Create SWIFT bucket {{ item }} openstack.cloud.object_container: name: "{{ item }}" state: present