ansible/liebchen.yml
2024-02-10 14:50:42 +01:00

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