Skip to content

Commit 0079022

Browse files
authored
Fix the typo in dhcp update (#79)
Signed-off-by: Yussuf Shaikh <yussuf.shaikh@ibm.com>
1 parent 6160a22 commit 0079022

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playbooks/roles/ocp-config/tasks/dhcpd_update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# Update dhcpd config to not deny unknown clients and use only static entries
33
- name: Find DHCP pool block
4-
shell: grep 'pool {' /etc/
4+
shell: grep 'pool {' /etc/dhcp/dhcpd.conf
55
ignore_errors: yes
66
register: dhcp_pool
77

0 commit comments

Comments
 (0)