mirror of
https://github.com/roles-ansible/ansible_collection_users.git
synced 2024-08-16 10:29:50 +02:00
Merge branch 'main' into tpl
Signed-off-by: L3D <l3d@c3woc.de>
This commit is contained in:
commit
af3d92dce4
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
user: "{{ user.name }}"
|
||||
state: 'present'
|
||||
key: "{{ user.pubkeys | default() }}"
|
||||
exclusive: "{{ user.exclusive_pubkeys | default(user.exklusive_pubkeys|default(true)) }}"
|
||||
exclusive: "{{ user.exclusive_pubkeys | default(user.exklusive_pubkeys | default(true)) }}"
|
||||
loop: "{{ _l3d_users__merged_users }}"
|
||||
loop_control:
|
||||
label: "user={{ user.name }}"
|
||||
|
|
Loading…
Reference in a new issue