소스 검색

fix ansible_creation_uid var name in bootstrap role

Blaine Story 3 년 전
부모
커밋
bdee2e98fb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'