fix: disable become for localhost play to avoid sudo error
Global become=True in ansible.cfg was forcing the Surge config
generation play to use sudo on the local machine, which fails
if the user doesn't have passwordless sudo.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>