Skip to content

Commit

Permalink
Not setting group for account creation source flag in accounts role…
Browse files Browse the repository at this point in the history
… because the matching group does not exsist on all OSs
  • Loading branch information
AllRWeak authored and bl0way committed Jan 31, 2024
1 parent e8de486 commit fde63d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nova/core/roles/accounts/tasks/unix_create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
state: present
create: true
owner: "{{ item.username }}"
group: "{{ item.username }}"
loop: "{{ local_accounts_list }}"
loop_control:
label: "{{ item.username }}"
Expand Down

0 comments on commit fde63d3

Please sign in to comment.