Explorar o código

fix ansible_creation_uid var name in bootstrap role

Blaine Story %!s(int64=3) %!d(string=hai) anos
pai
achega
bdee2e98fb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/bootstrap/tasks/main.yml

+ 1 - 1
roles/bootstrap/tasks/main.yml

@@ -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'