From e618c284f133aa08997512b90f91d7c738bd0bf3 Mon Sep 17 00:00:00 2001 From: Ullli Date: Wed, 17 May 2023 17:16:05 +0200 Subject: [PATCH] lint Fehler suchen --- library/bootstrap.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/bootstrap.yml b/library/bootstrap.yml index 0c250aa..fb12583 100644 --- a/library/bootstrap.yml +++ b/library/bootstrap.yml @@ -6,9 +6,9 @@ password: "{{ ansibleuser|password_hash('sha512') }}" - name: hide system-account ansible.builtin.copy: - dest: /var/lib/AccountsService/users/ansible - content: | -# [User] + dest: /var/lib/AccountsService/users/ansible + content: | + [User] #Session= #XSession= #Icon=/home/ansible/.face -- 2.39.5