File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 85
85
dib_args : >-
86
86
{% if item.size is defined %}--image-size {{ item.size }}{% endif %} {% if item.type is defined %}-t {{ item.type }}{% endif %}
87
87
{% if item.packages | default %}-p {{ item.packages | join(',') }}{% endif %} {{ os_images_common }} {{ item.elements | join(' ') }}
88
- -o {{ item.name }} {% if os_images_architecture is defined %}-a {{ os_images_architecture }}{% endif %}
88
+ -o {{ item.name }} {% if item.properties.cpu_arch is defined %}-a {{ item.properties.cpu_arch }}{% endif %}
89
89
ansible.builtin.shell : . {{ os_images_dib_venv }}/bin/activate && disk-image-create {{ dib_args }} > {{ item.name }}.stdout 2> {{ item.name }}.stderr
90
90
args :
91
91
chdir : " {{ os_images_cache }}/{{ item.name }}"
You can’t perform that action at this time.
0 commit comments