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 8585 dib_args : >-
8686 {% if item.size is defined %}--image-size {{ item.size }}{% endif %} {% if item.type is defined %}-t {{ item.type }}{% endif %}
8787 {% 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 %}
8989 ansible.builtin.shell : . {{ os_images_dib_venv }}/bin/activate && disk-image-create {{ dib_args }} > {{ item.name }}.stdout 2> {{ item.name }}.stderr
9090 args :
9191 chdir : " {{ os_images_cache }}/{{ item.name }}"
You can’t perform that action at this time.
0 commit comments