Skip to content

Commit 29058ac

Browse files
authored
remove unsupported params for shell task
Signed-off-by: Yussuf Shaikh <[email protected]>
1 parent b4df5f7 commit 29058ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
sed -i '$d' /etc/dhcp/dhcpd.conf
1616
sed -i 's/deny unknown-clients/#deny unknown-clients/' /etc/dhcp/dhcpd.conf
1717
sed -i 's/authoritative;/#authoritative;/' /etc/dhcp/dhcpd.conf
18-
args:
19-
warn: false
2018
2119
- name: restart dhcpd
2220
service:

0 commit comments

Comments
 (0)