diff --git a/roles/dhcpcd/templates/dhcpcd.conf.j2 b/roles/dhcpcd/templates/dhcpcd.conf.j2 index ee26d45..c31497b 100644 --- a/roles/dhcpcd/templates/dhcpcd.conf.j2 +++ b/roles/dhcpcd/templates/dhcpcd.conf.j2 @@ -1,5 +1,10 @@ # A sample configuration for dhcpcd. # See dhcpcd.conf(5) for details. +{% if dhcpcd_nodev %} + +# Disable device management to avoid "libudev: received NULL device" log spam +nodev +{% endif %} # Allow users of this group to interact with dhcpcd via the control socket. {% if dhcpcd_controlgroup is defined %}