mirror of
https://github.com/roles-ansible/ansible_collection_users.git
synced 2024-08-16 10:29:50 +02:00
Update pubkeys.yml
Signed-off-by: L3D <l3d@c3woc.de>
This commit is contained in:
parent
af3d92dce4
commit
17e7fc115b
1 changed files with 2 additions and 1 deletions
|
@ -10,4 +10,5 @@
|
|||
loop_control:
|
||||
label: "user={{ user.name }}"
|
||||
loop_var: user
|
||||
when: user.state | default ('present') == 'present'
|
||||
when: user.state | default ('present') == 'present'
|
||||
|
||||
|
|
Loading…
Reference in a new issue