Skip to content

Commit

Permalink
Fix user ssh keys
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Dec 1, 2023
1 parent aeff983 commit 3b9fdc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/users/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
user: "{{item.uid}}"
key: "{{item.sshkey}}"
state: present
manage_dir: yes
exclusive: true
manage_dir: true
with_items: "{{users}}"

- name: remove default users
Expand Down

0 comments on commit 3b9fdc8

Please sign in to comment.