Skip to content

Commit

Permalink
chore: cleaned up groups
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasPeters committed Oct 8, 2024
1 parent 9051137 commit d433d5c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ansible/group_vars/all/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ users:
home_prefix: "/var/www"
state: "present"
github_accounts:
- username: "LucasDissie"
- username: "TobiasDeBruijn"
state: "present"

- name: "commit"
Expand All @@ -170,7 +170,7 @@ users:
state: "present"
github_accounts:
- username: "maartenberg"
state: "present"
state: "absent"

- name: "dgdarc"
admin: false
Expand Down Expand Up @@ -198,7 +198,7 @@ users:
state: "present"
github_accounts:
- username: "Mstiekema"
state: "present"
state: "absent"

- name: "symposium"
admin: false
Expand All @@ -224,7 +224,7 @@ users:
state: "present"
github_accounts:
- username: "Siem2l"
state: "present"
state: "absent"
- username: "SilasPeters"
state: "present"

Expand All @@ -234,6 +234,6 @@ users:
state: "present"
github_accounts:
- username: "leuke-naam"
state: "present"
state: "absent"
- username: "Siem2l"
state: "present"
state: "absent"

0 comments on commit d433d5c

Please sign in to comment.