write ansible

This commit is contained in:
2025-10-14 19:02:36 +02:00
committed by coja
parent ae70d14a3e
commit c2bbd1795d
6 changed files with 327 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
- name: Install tlmgr
hosts: june
become: true
tasks:
- name: Install texlive
ansible.builtin.script: mintex.sh
args:
creates: /usr/local/bin/tlmgr