We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4df5f7 + 29058ac commit 5cff251Copy full SHA for 5cff251
playbooks/roles/ocp-config/tasks/dhcpd_update.yaml
@@ -15,8 +15,6 @@
15
sed -i '$d' /etc/dhcp/dhcpd.conf
16
sed -i 's/deny unknown-clients/#deny unknown-clients/' /etc/dhcp/dhcpd.conf
17
sed -i 's/authoritative;/#authoritative;/' /etc/dhcp/dhcpd.conf
18
- args:
19
- warn: false
20
21
- name: restart dhcpd
22
service:
0 commit comments