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