diff --git a/liebchen.yml b/liebchen.yml index 9293737..02f0a7e 100644 --- a/liebchen.yml +++ b/liebchen.yml @@ -1,14 +1,15 @@ - hosts: localhost tasks: - - name: Install packages + - name: Install general packages apt: name: - geany - nfs-common - - firefox - thunderbird state: latest + - name: Firefox snap + command: snap install firefox - name: Enable home directory creation for new users command: pam-auth-update --enable mkhomedir