From 01527dc15aeb19d11ccc2e6a6f350c925116c44e Mon Sep 17 00:00:00 2001 From: Ullli Date: Wed, 17 May 2023 17:17:10 +0200 Subject: [PATCH] lint Fehler gefunden? --- library/bootstrap.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/bootstrap.yml b/library/bootstrap.yml index fb12583..1106b02 100644 --- a/library/bootstrap.yml +++ b/library/bootstrap.yml @@ -5,10 +5,10 @@ update_password: always password: "{{ ansibleuser|password_hash('sha512') }}" - name: hide system-account - ansible.builtin.copy: - dest: /var/lib/AccountsService/users/ansible - content: | - [User] + ansible.builtin.copy: + dest: /var/lib/AccountsService/users/ansible + content: | + [User] #Session= #XSession= #Icon=/home/ansible/.face -- 2.39.5