feat/update-cloud-init-template #5

Merged
Vezpi merged 4 commits from feat/update-cloud-init-template into main 2026-08-20 21:46:59 +02:00
Showing only changes of commit 48253e4055 - Show all commits
+1 -1
View File
@@ -43,7 +43,7 @@
target_host: >-
{{ (ansible_play_hosts
| map('extract', hostvars)
| selectattr('has_target_file', 'equalto', true)
| selectattr('has_image_file', 'equalto', true)
| sort(attribute='root_free_space', reverse=true)
| map(attribute='inventory_hostname')
| first)