- name: Install base packages
become: true
package:
name:
- htop
- tmux
- git
- nano
- python3
- acl
state: present