--- - name: Install cmake for Debian based distros become: true ansible.builtin.apt: name: cmake state: latest tags: - Debian - linux - package