add systemd-resolved configuration feature#51
Conversation
There was a problem hiding this comment.
Code Review
This pull request refactors the systemd-resolved configuration by introducing a block that conditionally enables the service, creates a configuration directory, deploys a DNS configuration template, and restarts the service. Feedback on these changes includes ensuring idempotency by conditionally restarting systemd-resolved only when the template configuration changes (and using the FQCN for the template module), as well as guarding the resolv_nameservers variable in the template with an is defined check to prevent execution failures when the variable is not provided.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
No description provided.