--- - name: Update web servers hosts: all remote_user: root tasks: - name: Install htop ansible.builtin.apt: name: htop state: present