--- - hosts: localhost connection: local become: true tasks: - name: install packages package: name: - htop - mc - tmux state: latest update_cache: yes