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