summaryrefslogtreecommitdiff
path: root/base-image
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-11-05 16:31:27 +0200
committerLars Wirzenius <liw@liw.fi>2023-11-05 16:31:27 +0200
commitf5d878c681f1c756f7cb8aa8e3b3096379a9e4bc (patch)
tree4f6933b5b39a78494af5eb3b3f2e9d4961f356d0 /base-image
parent6e779125ee5ccf0e0b2502d961b42a7e44473298 (diff)
downloadansibleness-f5d878c681f1c756f7cb8aa8e3b3096379a9e4bc.tar.gz
fix(bookworm-vm.vmdb): install systemd-resolved
This means when network is set up, /etc/resolv.conf is created. Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
Diffstat (limited to 'base-image')
-rw-r--r--base-image/bookworm-vm.vmdb5
1 files changed, 5 insertions, 0 deletions
diff --git a/base-image/bookworm-vm.vmdb b/base-image/bookworm-vm.vmdb
index 95db015..0e3a047 100644
--- a/base-image/bookworm-vm.vmdb
+++ b/base-image/bookworm-vm.vmdb
@@ -53,3 +53,8 @@ steps:
- grub: bios
tag: /
quiet: false
+
+ - apt: install
+ packages:
+ - systemd-resolved
+ tag: /