Files

7 lines
107 B
Plaintext
Raw Permalink Normal View History

2023-05-05 15:47:27 -04:00
#!/bin/sh
# Disasble resolv.conf generation from DHCP
# {{ ansible_managed }}
make_resolv_conf() {
:
}