@@ -44,7 +44,7 @@
name: ansible
state: present
shell: /bin/bash
- uid: "{{ ansible_uid }}"
+ uid: "{{ ansible_creation_uid }}"
create_home: yes
when:
- ansible_os_family != 'LibreELEC'