commit e5a191643f47ac27c782ba0934eb33e9ef4325a8 Author: Markus Rosenstihl Date: Sat Feb 10 14:29:28 2024 +0100 Inital test diff --git a/liebchen.yml b/liebchen.yml new file mode 100644 index 0000000..dd0db1f --- /dev/null +++ b/liebchen.yml @@ -0,0 +1,6 @@ +- name: Install the latest LaTex + apt: + name: + - texlive-luatex + - keypassxc + state: latest \ No newline at end of file