X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/blobdiff_plain/50f0758002f50f26da1b3df1ed2d05602104713a..39c527c89d07fae1a240f7d2787f4a5463660924:/tasks/autozeugnis_latex.yml diff --git a/tasks/autozeugnis_latex.yml b/tasks/autozeugnis_latex.yml index 710dc33..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 @@ -17,3 +17,4 @@ password: "{{ fsit_smgt_autozeugnis_latex_user_pw | password_hash('sha512') }}" shell: /bin/bash generate_ssh_key: true + ssh_key_type: ed25519