--- - name: "Ensure sudo installed" become: true community.general.pacman: name: "sudo" state: "present" update_cache: true tags: [required_for_boot]