From ace7161349c2d8820d91b0c6638a09028dc9f00c Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Sat, 10 Feb 2024 14:33:27 +0100 Subject: [PATCH] Inital test --- liebchen.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/liebchen.yml b/liebchen.yml index dd0db1f..42cd53d 100644 --- a/liebchen.yml +++ b/liebchen.yml @@ -1,6 +1,8 @@ -- name: Install the latest LaTex - apt: - name: - - texlive-luatex - - keypassxc - state: latest \ No newline at end of file +- hosts: all + tasks: + - name: Install the latest LaTex + apt: + name: + - texlive-luatex + - keypassxc + state: latest \ No newline at end of file