Force user uid

This commit is contained in:
2018-08-22 21:51:47 +02:00
parent 672b00ec3b
commit 44ea3c4a31
2 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
user:
name: "{{ item.username }}"
password: "{{ item.password }}"
uid: "{{ item.uid }}"
shell: /bin/zsh
with_items: "{{ users }}"