Skip to content

Commit

Permalink
Fige la version de latex-template
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemilink committed Apr 24, 2024
1 parent d742b99 commit dd8c9c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions group_vars/all/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ zmarkdown_dir: "{{ appdir }}/zmd"
zds_antispam_dir: /opt/zds-antispam
logdir: /var/log/zds
appuser: zds
latex_template_version: c285c1c1a60807b732472b036ecb204ac2cb48f3
3 changes: 2 additions & 1 deletion roles/latex/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@
tags:
- bootstrap

- name: clone the template # noqa latest[git]
- name: clone the template
become: true
become_user: "{{ appuser }}"
ansible.builtin.git:
repo: https://github.com/zestedesavoir/latex-template/
dest: "{{ workdir }}/texmf/tex/generic/latex-template"
version: "{{ latex_template_version }}"
notify: run texhash
tags:
- bootstrap
Expand Down

0 comments on commit dd8c9c8

Please sign in to comment.