From 778a7581c0315f6520a01a9615d7f7befb75f761 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Tue, 24 Oct 2023 16:33:12 +0200 Subject: [PATCH] chore: Remove stray colon --- .../bootstrap/roles/metacluster/tasks/authentication.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/firstboot/files/ansible_payload/bootstrap/roles/metacluster/tasks/authentication.yml b/ansible/roles/firstboot/files/ansible_payload/bootstrap/roles/metacluster/tasks/authentication.yml index 94900a9..fbf2e83 100644 --- a/ansible/roles/firstboot/files/ansible_payload/bootstrap/roles/metacluster/tasks/authentication.yml +++ b/ansible/roles/firstboot/files/ansible_payload/bootstrap/roles/metacluster/tasks/authentication.yml @@ -29,7 +29,7 @@ namespace: local-user-authenticator type: '' data: - - key: groups: + - key: groups value: "{{ 'group1,group2' | b64encode }}" - key: passwordHash value: "{{ item.password | b64encode }}"