added hosts
This commit is contained in:
parent
ace7161349
commit
f973ff0ce7
@ -1,8 +1,9 @@
|
|||||||
- hosts: all
|
- hosts: localhost
|
||||||
tasks:
|
tasks:
|
||||||
- name: Install the latest LaTex
|
- name: Install packages
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- texlive-luatex
|
- geany
|
||||||
- keypassxc
|
|
||||||
state: latest
|
state: latest
|
||||||
|
- name: Enable home directory creation for new users
|
||||||
|
command: pam-auth-update --enable mkhomedir
|
Loading…
Reference in New Issue
Block a user