Firefox snap

This commit is contained in:
Markus Rosenstihl 2024-02-12 08:51:12 +01:00
parent 0bb0a6b3d6
commit 6e11e2771d

View File

@ -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