From b87659737e246b7b5b9b3fa06f1cefc981337346 Mon Sep 17 00:00:00 2001 From: dimti Date: Fri, 29 Dec 2023 21:45:21 +0300 Subject: [PATCH] * remove separately groups array from system users vars, because task for manager system users - used combined array both with groups and users and same naming users items not included to this array, if use groups with same name before same-name users --- playbooks/debops/root_account.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/debops/root_account.yml b/playbooks/debops/root_account.yml index c7ffe5f..6640e4d 100644 --- a/playbooks/debops/root_account.yml +++ b/playbooks/debops/root_account.yml @@ -12,6 +12,7 @@ vars: root_account__enabled: True + root_account__password: False # root_account__dotfiles_enabled: True # root_account__dotfiles_repo: 'https://vcs.wpstudio.ru/gitea/dotfiles.git'