This commit is contained in:
anpivkin 2026-04-15 14:38:56 +03:00
parent 43b32537af
commit a507c88e6f

View File

@ -10,10 +10,10 @@
- ceph_origin == 'repository'
- ceph_repository not in ['community', 'obs', 'dev', 'custom', 'uca']
- name: Validate ceph_repository_community
ansible.builtin.fail:
msg: "ceph_stable_release must be 'squid'"
when:
- ceph_origin == 'repository'
- ceph_repository == 'community'
- ceph_stable_release not in ['squid']
#- name: Validate ceph_repository_community
#ansible.builtin.fail:
#msg: "ceph_stable_release must be 'squid'"
#when:
#- ceph_origin == 'repository'
#- ceph_repository == 'community'
#- ceph_stable_release not in ['squid']