Install cset configs even if disabled

The setup script handles this instead.
This commit is contained in:
Joshua Boniface 2021-09-29 10:23:01 -04:00
parent 645249b57e
commit 81cf341c32
1 changed files with 0 additions and 1 deletions

View File

@ -172,7 +172,6 @@
tags: pvc-ceph-cpuset tags: pvc-ceph-cpuset
when: when:
- pvc_shield_osds_enable is defined - pvc_shield_osds_enable is defined
- pvc_shield_osds_enable
- pvc_shield_osds_cset is defined - pvc_shield_osds_cset is defined
- pvc_shield_osds_cset | selectattr('hostname', 'equalto', inventory_hostname) | list | count > 0 - pvc_shield_osds_cset | selectattr('hostname', 'equalto', inventory_hostname) | list | count > 0