Skip to content

Commit

Permalink
feat:wip
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Feb 24, 2025
1 parent e8f4272 commit 74574ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
with_items: "{{users_remove_users}}"

- name: Ensure the users ssh keys are present
authorized_key: "user={{item.0.name}} key='{{item.1}}'"
ansible.posix.authorized_key: "user={{item.0.name}} key='{{item.1}}'"
when: not users_to_install or item.0.name in users_to_install
with_subelements:
- "{{users_ssh_keys}}"
Expand Down

0 comments on commit 74574ca

Please sign in to comment.