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