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