From 418c03a686856bb25c2249a0e2466d416a2dc188 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Mon, 10 Dec 2018 14:11:42 -0500 Subject: [PATCH] added dhcp standard options (#49729) --- lib/ansible/modules/net_tools/nios/nios_network.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/net_tools/nios/nios_network.py b/lib/ansible/modules/net_tools/nios/nios_network.py index a38823a4dcb..6dbef5bf9c3 100644 --- a/lib/ansible/modules/net_tools/nios/nios_network.py +++ b/lib/ansible/modules/net_tools/nios/nios_network.py @@ -48,7 +48,10 @@ options: suboptions: name: description: - - The name of the DHCP option to configure + - The name of the DHCP option to configure. The standard options are + C(router), C(router-templates), C(domain-name-servers), C(domain-name), + C(broadcast-address), C(broadcast-address-offset), C(dhcp-lease-time), + and C(dhcp6.name-servers). num: description: - The number of the DHCP option to configure