Skip to content

Commit

Permalink
Set ssh users to users group
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Jul 3, 2024
1 parent 5c801de commit 33e5920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ssh_users/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
tags: ssh_users
user:
name: "{{ item }}"
group: "{{ item }}"
group: "users"
comment: "{{ ssh_users[item].comment }}"
shell: /bin/bash
state: present
Expand Down

0 comments on commit 33e5920

Please sign in to comment.