2024-02-10 13:50:42 +00:00
|
|
|
- hosts: localhost
|
2024-02-10 13:33:27 +00:00
|
|
|
tasks:
|
2024-02-10 13:50:42 +00:00
|
|
|
- name: Install packages
|
2024-02-10 13:33:27 +00:00
|
|
|
apt:
|
|
|
|
name:
|
2024-02-10 13:50:42 +00:00
|
|
|
- geany
|
|
|
|
state: latest
|
|
|
|
- name: Enable home directory creation for new users
|
|
|
|
command: pam-auth-update --enable mkhomedir
|