We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6160a22 commit 0079022Copy full SHA for 0079022
1 file changed
playbooks/roles/ocp-config/tasks/dhcpd_update.yaml
@@ -1,7 +1,7 @@
1
---
2
# Update dhcpd config to not deny unknown clients and use only static entries
3
- name: Find DHCP pool block
4
- shell: grep 'pool {' /etc/
+ shell: grep 'pool {' /etc/dhcp/dhcpd.conf
5
ignore_errors: yes
6
register: dhcp_pool
7
0 commit comments