Skip to content

Commit

Permalink
Make Ubuntu use autoinstall variant of preseed templates
Browse files Browse the repository at this point in the history
  • Loading branch information
adamruzicka committed Dec 3, 2024
1 parent d0c74e9 commit 605a7cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
template_kind: "{{ item.template_kind_name }}"
provisioning_template: "{{ item.name }}"
state: present
loop: "{{ result.resources | sort(attribute='name') | unique(attribute='template_kind_name') }}"
loop: "{{ result.resources | sort(attribute='name', reverse=True) | unique(attribute='template_kind_name') }}"

0 comments on commit 605a7cf

Please sign in to comment.