diff --git a/playbooks/cluster-cleanup/volume_cleanup.yml b/playbooks/cluster-cleanup/volume_cleanup.yml index f876b17..b0e490d 100644 --- a/playbooks/cluster-cleanup/volume_cleanup.yml +++ b/playbooks/cluster-cleanup/volume_cleanup.yml @@ -8,6 +8,8 @@ pre_tasks: - name: Delete Gluster volume(s) + collections: + - gluster.gluster gluster_volume: state: absent name: "{{ item }}"