HomeLab/systems/xubuntuDaily/ansible/deploy.yml
2021-10-01 10:38:24 +02:00

22 lines
324 B
YAML

---
- hosts: localhost
connection: local
become: true
tasks:
- name: install packages
package:
name:
- htop
- keepass2
- notepadqq
- remmina
- name: cleanup package cache
apt:
autoclean: yes
- name: autoremove orphan packages
apt:
autoremove: yes