diff --git a/lib/ansible/modules/network/dnos10/dnos10_command.py b/lib/ansible/modules/network/dnos10/dnos10_command.py index 3f880985c62..7acdc837c2a 100644 --- a/lib/ansible/modules/network/dnos10/dnos10_command.py +++ b/lib/ansible/modules/network/dnos10/dnos10_command.py @@ -29,7 +29,7 @@ description: before returning or timing out if the condition is not met. - This module does not support running commands in configuration mode. Please use M(dnos10_config) to configure Dell OS10 devices. -extends_documentation_fragment: dnos10 +extends_documentation_fragment: dellos10 options: commands: description: diff --git a/lib/ansible/modules/network/dnos10/dnos10_config.py b/lib/ansible/modules/network/dnos10/dnos10_config.py index 9e630ce33b2..0c1ddf8bc21 100644 --- a/lib/ansible/modules/network/dnos10/dnos10_config.py +++ b/lib/ansible/modules/network/dnos10/dnos10_config.py @@ -27,7 +27,7 @@ description: for segmenting configuration into sections. This module provides an implementation for working with Dell OS10 configuration sections in a deterministic way. -extends_documentation_fragment: dnos10 +extends_documentation_fragment: dellos10 options: lines: description: diff --git a/lib/ansible/modules/network/dnos10/dnos10_facts.py b/lib/ansible/modules/network/dnos10/dnos10_facts.py index 2ab0dc9d400..6e2d0c1b6e9 100644 --- a/lib/ansible/modules/network/dnos10/dnos10_facts.py +++ b/lib/ansible/modules/network/dnos10/dnos10_facts.py @@ -27,7 +27,7 @@ description: base network fact keys with C(ansible_net_). The facts module will always collect a base set of facts from the device and can enable or disable collection of additional facts. -extends_documentation_fragment: dnos10 +extends_documentation_fragment: dellos10 options: gather_subset: description: diff --git a/lib/ansible/modules/network/dnos10/dnos10_template.py b/lib/ansible/modules/network/dnos10/dnos10_template.py index 10f5c806436..c957a2f0785 100644 --- a/lib/ansible/modules/network/dnos10/dnos10_template.py +++ b/lib/ansible/modules/network/dnos10/dnos10_template.py @@ -28,7 +28,7 @@ description: by evaluating the current running-config and only pushing configuration commands that are not already configured. The config source can be a set of commands or a template. -extends_documentation_fragment: dnos10 +extends_documentation_fragment: dellos10 options: src: description: diff --git a/lib/ansible/modules/network/dnos6/dnos6_command.py b/lib/ansible/modules/network/dnos6/dnos6_command.py index f1250086121..173d2b7dc8a 100644 --- a/lib/ansible/modules/network/dnos6/dnos6_command.py +++ b/lib/ansible/modules/network/dnos6/dnos6_command.py @@ -28,7 +28,7 @@ description: before returning or timing out if the condition is not met. - This module does not support running commands in configuration mode. Please use M(dnos6_config) to configure Dell OS6 devices. -extends_documentation_fragment: dnos6 +extends_documentation_fragment: dellos6 options: commands: description: diff --git a/lib/ansible/modules/network/dnos6/dnos6_config.py b/lib/ansible/modules/network/dnos6/dnos6_config.py index 2293a2deb31..527dac8c413 100644 --- a/lib/ansible/modules/network/dnos6/dnos6_config.py +++ b/lib/ansible/modules/network/dnos6/dnos6_config.py @@ -27,7 +27,7 @@ description: for segmenting configuration into sections. This module provides an implementation for working with Dell OS6 configuration sections in a deterministic way. -extends_documentation_fragment: dnos6 +extends_documentation_fragment: dellos6 options: lines: description: diff --git a/lib/ansible/modules/network/dnos9/dnos9_command.py b/lib/ansible/modules/network/dnos9/dnos9_command.py index 1fa2ba4276f..f73055cd6d3 100755 --- a/lib/ansible/modules/network/dnos9/dnos9_command.py +++ b/lib/ansible/modules/network/dnos9/dnos9_command.py @@ -28,7 +28,7 @@ description: before returning or timing out if the condition is not met. - This module does not support running commands in configuration mode. Please use M(dnos9_config) to configure Dell OS9 devices. -extends_documentation_fragment: dnos9 +extends_documentation_fragment: dellos9 options: commands: description: diff --git a/lib/ansible/modules/network/dnos9/dnos9_config.py b/lib/ansible/modules/network/dnos9/dnos9_config.py index 762e7b3ac86..0c336b0d108 100755 --- a/lib/ansible/modules/network/dnos9/dnos9_config.py +++ b/lib/ansible/modules/network/dnos9/dnos9_config.py @@ -27,7 +27,7 @@ description: for segmenting configuration into sections. This module provides an implementation for working with Dell OS9 configuration sections in a deterministic way. -extends_documentation_fragment: dnos9 +extends_documentation_fragment: dellos9 options: lines: description: diff --git a/lib/ansible/modules/network/dnos9/dnos9_facts.py b/lib/ansible/modules/network/dnos9/dnos9_facts.py index be64159ebbd..d475e2b5cd9 100644 --- a/lib/ansible/modules/network/dnos9/dnos9_facts.py +++ b/lib/ansible/modules/network/dnos9/dnos9_facts.py @@ -27,7 +27,7 @@ description: base network fact keys with C(ansible_net_). The facts module will always collect a base set of facts from the device and can enable or disable collection of additional facts. -extends_documentation_fragment: dnos9 +extends_documentation_fragment: dellos9 options: gather_subset: description: diff --git a/lib/ansible/modules/network/dnos9/dnos9_template.py b/lib/ansible/modules/network/dnos9/dnos9_template.py index 0e9bad427f5..cc0c04e5d5d 100755 --- a/lib/ansible/modules/network/dnos9/dnos9_template.py +++ b/lib/ansible/modules/network/dnos9/dnos9_template.py @@ -28,7 +28,7 @@ description: by evaluating the current running-config and only pushing configuration commands that are not already configured. The config source can be a set of commands or a template. -extends_documentation_fragment: dnos9 +extends_documentation_fragment: dellos9 options: src: description: