mirror of
https://gitea.dmz.rs/Decentrala/workshops.git
synced 2026-07-11 05:52:31 +02:00
11 lines
183 B
YAML
11 lines
183 B
YAML
---
|
|
- name: Install tlmgr
|
|
hosts: june
|
|
become: true
|
|
|
|
tasks:
|
|
- name: Install texlive
|
|
ansible.builtin.script: mintex.sh
|
|
args:
|
|
creates: /usr/local/bin/tlmgr
|