X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/blobdiff_plain/d1fc634c9c0dd25db5980c65850e48e4ee31d4e8..a89f44fb9b7c2c9eb5d08fe67858deb25ff360b4:/tasks/autozeugnis_latex.yml diff --git a/tasks/autozeugnis_latex.yml b/tasks/autozeugnis_latex.yml index c220393..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 @@ -14,7 +14,7 @@ - name: Add user to server ansible.builtin.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