doc(role): update README.md
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
append: true
|
||||
groups: "{{ users[username].get('groups', '') }}"
|
||||
shell: "{{ users[username].get('shell', '/bin/bash') }}"
|
||||
uid: "{{ users[username].get('uid', None) }}"
|
||||
uid: "{{ users[username].get('uid') if 'uid' in users[username] else omit }}"
|
||||
|
||||
- name: "Set specific password for user `{{ username }}`"
|
||||
ansible.builtin.user:
|
||||
|
||||
Reference in New Issue
Block a user