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