doc(role): update README.md
All checks were successful
checks-test / Lint (push) Successful in 50s
checks-test / molecule (debian11) (push) Successful in 2m8s
checks-test / molecule (rockylinux9) (push) Successful in 2m11s
checks-test / molecule (ubuntu2204) (push) Successful in 2m7s

This commit is contained in:
2024-01-14 19:55:19 +02:00
parent f3b6072eb6
commit 766aad6c32
5 changed files with 68 additions and 16 deletions

View File

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