kek
This commit is contained in:
parent
43b32537af
commit
a507c88e6f
|
|
@ -10,10 +10,10 @@
|
||||||
- ceph_origin == 'repository'
|
- ceph_origin == 'repository'
|
||||||
- ceph_repository not in ['community', 'obs', 'dev', 'custom', 'uca']
|
- ceph_repository not in ['community', 'obs', 'dev', 'custom', 'uca']
|
||||||
|
|
||||||
- name: Validate ceph_repository_community
|
#- name: Validate ceph_repository_community
|
||||||
ansible.builtin.fail:
|
#ansible.builtin.fail:
|
||||||
msg: "ceph_stable_release must be 'squid'"
|
#msg: "ceph_stable_release must be 'squid'"
|
||||||
when:
|
#when:
|
||||||
- ceph_origin == 'repository'
|
#- ceph_origin == 'repository'
|
||||||
- ceph_repository == 'community'
|
#- ceph_repository == 'community'
|
||||||
- ceph_stable_release not in ['squid']
|
#- ceph_stable_release not in ['squid']
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user