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