From fde63d3a3f525c8e0e7d4fb4528af5aecafe524d Mon Sep 17 00:00:00 2001 From: Allar Viik Date: Tue, 30 Jan 2024 10:41:12 +0200 Subject: [PATCH] Not setting group for account creation source flag in `accounts` role because the matching group does not exsist on all OSs --- nova/core/roles/accounts/tasks/unix_create.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/nova/core/roles/accounts/tasks/unix_create.yml b/nova/core/roles/accounts/tasks/unix_create.yml index ec25e269..9211dfb5 100644 --- a/nova/core/roles/accounts/tasks/unix_create.yml +++ b/nova/core/roles/accounts/tasks/unix_create.yml @@ -28,7 +28,6 @@ state: present create: true owner: "{{ item.username }}" - group: "{{ item.username }}" loop: "{{ local_accounts_list }}" loop_control: label: "{{ item.username }}"