mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
DHCPD: fix missing semi-colon
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
@@ -1375,7 +1375,7 @@ host openqa-a64-worker04 {
|
||||
}
|
||||
|
||||
host openqa-a64-worker05 {
|
||||
hardware ethernet 04:3f:72:d7:7a:a7
|
||||
hardware ethernet 04:3f:72:d7:7a:a7;
|
||||
fixed-address 10.16.174.65;
|
||||
next-server 10.16.163.10;
|
||||
option routers 10.16.174.254;
|
||||
|
||||
Reference in New Issue
Block a user