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