1 2 3 4 5 6
--- - name: "Ensure sudo installed" become: true community.general.pacman: name: "sudo" state: "present"