We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b59f2 commit b2c3860Copy full SHA for b2c3860
etc/kayobe/ansible/openstack-host-image-upload.yml
@@ -42,6 +42,8 @@
42
disk_format: qcow2
43
state: present
44
filename: "{{ local_image_path }}"
45
+ properties:
46
+ hw_architecture: "{{ 'aarch64' if cpu_platform == 'arm64' else 'x86_64' }}"
47
48
always:
49
- name: Remove clouds.yaml
0 commit comments