From a48b879cc65ff0d0d241a5a1fb18ead9fef98efb Mon Sep 17 00:00:00 2001 From: Antonio Costa Date: Tue, 1 Aug 2023 13:17:16 +0200 Subject: [PATCH] fix: removed volumes again --- .../snowdrop/cloud_infra/roles/openstack_vm/tasks/vm_create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/ansible_collections/snowdrop/cloud_infra/roles/openstack_vm/tasks/vm_create.yml b/ansible/ansible_collections/snowdrop/cloud_infra/roles/openstack_vm/tasks/vm_create.yml index 54612036..abf4cebb 100644 --- a/ansible/ansible_collections/snowdrop/cloud_infra/roles/openstack_vm/tasks/vm_create.yml +++ b/ansible/ansible_collections/snowdrop/cloud_infra/roles/openstack_vm/tasks/vm_create.yml @@ -89,7 +89,7 @@ auto_floating_ip: yes network: "{{ openstack.vm.network | default('') }}" security_groups: "{{ openstack_security_group }}" - volumes: "{% if openstack.vm.volumes is defined and (openstack.vm.volumes | length > 0) %}{{ openstack.vm.volumes | map(attribute='name') }}{% else %}[]{% endif %}" + #volumes: "{% if openstack.vm.volumes is defined and (openstack.vm.volumes | length > 0) %}{{ openstack.vm.volumes | map(attribute='name') }}{% else %}[]{% endif %}" boot_from_volume: "{{ openstack.vm.boot_from_volume | default(false) }}" userdata: | #cloud-config