---
- name: Install common dependencies
ansible.builtin.apt:
pkg:
- acl
- prometheus-node-exporter
- tailscale
update_cache: true
become: true