X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/blobdiff_plain/cb31b4c0c09ce0e50071fa2875cd25dfcd6bb580..b1c36fac5b2e96f8588d0e3dd2a7e0066c684b53:/tasks/autozeugnis_latex.yml diff --git a/tasks/autozeugnis_latex.yml b/tasks/autozeugnis_latex.yml index e179edd..ae8da91 100644 --- a/tasks/autozeugnis_latex.yml +++ b/tasks/autozeugnis_latex.yml @@ -1,6 +1,6 @@ --- - name: install server specific packages - apt: + ansible.builtin.apt: pkg: - python-is-python3 - pandoc @@ -13,8 +13,8 @@ - texlive-lang-german - name: Add user to server ansible.builtin.user: - name: {{ fsit_smgt_autozeugnis_latex_user }} + name: "{{ fsit_smgt_autozeugnis_latex_user }}" + password: "{{ fsit_smgt_autozeugnis_latex_user_pw | password_hash('sha512') }}" shell: /bin/bash generate_ssh_key: true - -# user hinzufügen: + ssh_key_type: ed25519