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