File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 131
131
when : " pve_cluster_enabled | bool"
132
132
133
133
- import_tasks : ceph.yml
134
- when : pve_ceph_enabled
134
+ when : " pve_ceph_enabled | bool "
135
135
136
136
- name : Configure Proxmox groups
137
137
proxmox_group :
194
194
path : " /etc/pve/datacenter.cfg"
195
195
state : " touch"
196
196
when :
197
- - not pve_cluster_enabled or (pve_cluster_enabled and inventory_hostname == groups[pve_group][0])
197
+ - not pve_cluster_enabled | bool or (pve_cluster_enabled and inventory_hostname == groups[pve_group][0])
198
198
- pve_datacenter_cfg | length > 0
199
199
- not _datacenter_cfg.stat.exists
200
200
209
209
{{ k }}: {{ v }}
210
210
{% endfor %}
211
211
when :
212
- - not pve_cluster_enabled or (pve_cluster_enabled and inventory_hostname == groups[pve_group][0])
212
+ - not pve_cluster_enabled | bool or (pve_cluster_enabled and inventory_hostname == groups[pve_group][0])
213
213
- pve_datacenter_cfg | length > 0
214
214
215
215
- import_tasks : ssl_config.yml
You can’t perform that action at this time.
0 commit comments