1 2 3 4 5 6
--- - name: "Ensure xdg-utils is installed" become: true ansible.builtin.package: name: "xdg-utils" state: "present"