Ansible role: dagos.tinytex
A role for installing TinyTeX in a multi-user setup.
Role variables
The following variables are overridable by users to configure this role:
---
# By default ensure that TinyTeX is present.
# Allowed values: present, install
state: present
# Where to install tinytex to?
install_dir: /opt/tinytex
# Which packages to install with tlmgr after installing tinytex?
packages: []