Files
workshops/slides/ansible/examples/tlmgr.yml
2025-10-14 19:02:36 +02:00

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