From 5cf3666342a022a764925c8cd7e9e740b8ffa059 Mon Sep 17 00:00:00 2001 From: Boris Glimcher <36732377+glimchb@users.noreply.github.com> Date: Thu, 30 May 2024 07:34:51 -0400 Subject: [PATCH] fix: linter Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com> --- lab/server-setup.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/lab/server-setup.md b/lab/server-setup.md index 642de9a3..e7933fcb 100644 --- a/lab/server-setup.md +++ b/lab/server-setup.md @@ -107,7 +107,7 @@ yamllint /etc/netplan/00-installer-config.yaml * reboot * ensure networking is ok * this is needed also for the permissions to be update, otherwise next step will fail - + ## DHCP Server ```Shell @@ -123,7 +123,6 @@ systemctl restart isc-dhcp-server to see new devices use `cat /var/lib/dhcp/dhcpd.leases` - ## Others * install ansible @@ -132,12 +131,6 @@ to see new devices use `cat /var/lib/dhcp/dhcpd.leases` sudo apt -y install ansible-core ``` -* make sure dhcp is running - -```bash -systemctl status isc-dhcp-server -``` - * Fix pasword-less access ```bash