1
0
Fork 0
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:
L3D 2024-06-06 17:07:55 +02:00 committed by GitHub
parent af3d92dce4
commit 17e7fc115b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,4 +10,5 @@
loop_control: loop_control:
label: "user={{ user.name }}" label: "user={{ user.name }}"
loop_var: user loop_var: user
when: user.state | default ('present') == 'present' when: user.state | default ('present') == 'present'