From d75c2ea47597c054ad626835536ef9651b60f21b Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 16 Sep 2016 16:23:27 -0700 Subject: [PATCH] Fix documentation fragment references. (#4890) --- lib/ansible/modules/network/dnos10/dnos10_command.py | 2 +- lib/ansible/modules/network/dnos10/dnos10_config.py | 2 +- lib/ansible/modules/network/dnos10/dnos10_facts.py | 2 +- lib/ansible/modules/network/dnos10/dnos10_template.py | 2 +- lib/ansible/modules/network/dnos6/dnos6_command.py | 2 +- lib/ansible/modules/network/dnos6/dnos6_config.py | 2 +- lib/ansible/modules/network/dnos9/dnos9_command.py | 2 +- lib/ansible/modules/network/dnos9/dnos9_config.py | 2 +- lib/ansible/modules/network/dnos9/dnos9_facts.py | 2 +- lib/ansible/modules/network/dnos9/dnos9_template.py | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/ansible/modules/network/dnos10/dnos10_command.py b/lib/ansible/modules/network/dnos10/dnos10_command.py index 3f880985c6..7acdc837c2 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 9e630ce33b..0c1ddf8bc2 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 2ab0dc9d40..6e2d0c1b6e 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 10f5c80643..c957a2f078 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 f125008612..173d2b7dc8 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 2293a2deb3..527dac8c41 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 1fa2ba4276..f73055cd6d 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 762e7b3ac8..0c336b0d10 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 be64159ebb..d475e2b5cd 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 0e9bad427f..cc0c04e5d5 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: