From b56ebd8ca99e3fcf4130b50b8d41159f14b8ccfd Mon Sep 17 00:00:00 2001 From: Prajith007007 Date: Sun, 6 Dec 2020 22:16:50 +0530 Subject: [PATCH] Updated changes supporting collection_integeration --- playbooks/cluster-cleanup/volume_cleanup.yml | 2 ++ 1 file changed, 2 insertions(+) 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 }}"