From a3af4046516d2bdacf6a73d25d4cf7e0815daa80 Mon Sep 17 00:00:00 2001 From: Ullli Date: Wed, 17 May 2023 17:12:46 +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 22c5106..2c17df5 100644 --- a/library/bootstrap.yml +++ b/library/bootstrap.yml @@ -4,12 +4,12 @@ name: ansible update_password: always password: "{{ ansibleuser|password_hash('sha512') }}" -#- name: hide system-account -# ansible.builtin.copy: -# dest: /var/lib/AccountsService/users/ansible -# content: | +- name: hide system-account + ansible.builtin.copy: + dest: /var/lib/AccountsService/users/ansible + content: | # [User] - #Session= + Session= #XSession= #Icon=/home/ansible/.face #SystemAccount=true -- 2.39.5