File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ galaxy_info:
6
6
description : Installs and configures Proxmox Virtual Environment 6.x/7.x on Debian servers.
7
7
license : MIT
8
8
9
- min_ansible_version : 2.9
9
+ min_ansible_version : " 2.9"
10
10
11
11
platforms :
12
12
- name : Debian
Original file line number Diff line number Diff line change 4
4
- block :
5
5
- name : Create initial Ceph config
6
6
command : " pveceph init --network {{ pve_ceph_network }} \
7
- {% if pve_ceph_cluster_network is defined %} \
7
+ {% if pve_ceph_cluster_network is defined %} \
8
8
--cluster-network {{ pve_ceph_cluster_network }}
9
- {% endif %}"
9
+ {% endif %}"
10
10
args :
11
11
creates : /etc/ceph/ceph.conf
12
12
Original file line number Diff line number Diff line change 17
17
- name : Ensure that group has more than one host to enable PVE clustering
18
18
assert :
19
19
that :
20
- - " groups[pve_group] | length | int < 2"
20
+ - " groups[pve_group] | length | int >= 2"
21
21
msg : " Clustering is enabled for {{ pve_group }} but does not meet the \
22
22
minimum host requirement of 2. Please either remove/disable \
23
23
pve_cluster_enabled, or update your inventory as needed."
You can’t perform that action at this time.
0 commit comments