9 lines
214 B
YAML
9 lines
214 B
YAML
- hosts: localhost
|
|
tasks:
|
|
- name: Install packages
|
|
apt:
|
|
name:
|
|
- geany
|
|
state: latest
|
|
- name: Enable home directory creation for new users
|
|
command: pam-auth-update --enable mkhomedir |