Skip to content

Commit

Permalink
Fix Yfke, Tobias not getting SSH keys
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenberg committed Sep 29, 2023
1 parent ef6bbf2 commit 0ca6102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/group_vars/all/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ users:
admin: true
home_prefix: "/home"
state: "present"
github_account:
github_accounts:
- username: "Yfkesmit"
state: "present"

- name: "tobias"
admin: true
home_prefix: "/home"
state: "present"
github_account:
github_accounts:
- username: "TobiasDeBruijn"
state: "present"

Expand Down

0 comments on commit 0ca6102

Please sign in to comment.