Firefox snap
This commit is contained in:
parent
0bb0a6b3d6
commit
6e11e2771d
@ -1,14 +1,15 @@
|
|||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install general packages
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- geany
|
- geany
|
||||||
- nfs-common
|
- nfs-common
|
||||||
- firefox
|
|
||||||
- thunderbird
|
- thunderbird
|
||||||
state: latest
|
state: latest
|
||||||
|
- name: Firefox snap
|
||||||
|
command: snap install firefox
|
||||||
|
|
||||||
- name: Enable home directory creation for new users
|
- name: Enable home directory creation for new users
|
||||||
command: pam-auth-update --enable mkhomedir
|
command: pam-auth-update --enable mkhomedir
|
||||||
|
Loading…
Reference in New Issue
Block a user