Files
workshops/slides/ansible/examples/tlmgr.yml
2025-10-29 15:39:21 +01: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