fix: resolve Jinja2 .keys ambiguity, fastfetch availability, and python interpreter

This commit is contained in:
2026-02-18 19:24:46 +01:00
parent e08532ffd0
commit d1d579c658
5 changed files with 5 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
changed_when: configuration_user_result.rc == 0
- name: Ensure .ssh directory exists
when: item.keys | default([]) | length > 0
when: item['keys'] | default([]) | length > 0
ansible.builtin.file:
path: "/mnt/home/{{ item.name }}/.ssh"
state: directory