X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/blobdiff_plain/cb31b4c0c09ce0e50071fa2875cd25dfcd6bb580..7be8988c346ecb28eb4ef909a621285e55397beb:/tasks/autozeugnis_latex.yml?ds=sidebyside 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