commit | 3b65b665806ff2d7914c28d06917415f8fbdf14d | [log] [tgz] |
---|---|---|
author | Dong Ma <winterma.dong@gmail.com> | Wed Nov 13 04:41:02 2024 +0800 |
committer | GitHub <noreply@github.com> | Tue Nov 12 20:41:02 2024 +0000 |
tree | f570775f5399d902a1c4845877a5762289b46834 | |
parent | 3b800110148b0fac3212e7719165090d6404292f [diff] |
[ATMOSPHERE-573] Fix atmosphere_ceph_enabled is not respected in site playbook (#2101)
diff --git a/playbooks/site.yml b/playbooks/site.yml index d4639ae..e651852 100644 --- a/playbooks/site.yml +++ b/playbooks/site.yml
@@ -14,6 +14,7 @@ - name: Install Ceph import_playbook: vexxhost.atmosphere.ceph + when: atmosphere_ceph_enabled | default(true) | bool - name: Install Kubernetes import_playbook: vexxhost.atmosphere.kubernetes