deploy_systemd_resolved_config role does not install systemd-resolved #88
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
renovate
waiting on upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
CCCHH/ansible-infra#88
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On newer cloud images, systemd-resolved is automatically pulled in by cloud-init. This is not the case for older images which currently break due to the
deploy_systemd_resolved_configconfiguring/etc/resol.confto point to systemd-resolved but systemd-resolved not being installed.We should fix this by including an install step in the role to ensure systemd-resolved is installed.