From 83bd1b1efd49f6f91e95d5252485d2e8abef99d2 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:27 -0400 Subject: [PATCH] Install cset configs even if disabled The setup script handles this instead. --- roles/pvc/tasks/ceph/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/pvc/tasks/ceph/main.yml b/roles/pvc/tasks/ceph/main.yml index cc5e19e..2452da1 100644 --- a/roles/pvc/tasks/ceph/main.yml +++ b/roles/pvc/tasks/ceph/main.yml @@ -172,7 +172,6 @@ tags: pvc-ceph-cpuset when: - pvc_shield_osds_enable is defined - - pvc_shield_osds_enable - pvc_shield_osds_cset is defined - pvc_shield_osds_cset | selectattr('hostname', 'equalto', inventory_hostname) | list | count > 0