Fix documentation fragment references. (#4890)
This commit is contained in:
parent
7ca911d345
commit
d75c2ea475
10 changed files with 10 additions and 10 deletions
|
@ -29,7 +29,7 @@ description:
|
||||||
before returning or timing out if the condition is not met.
|
before returning or timing out if the condition is not met.
|
||||||
- This module does not support running commands in configuration mode.
|
- This module does not support running commands in configuration mode.
|
||||||
Please use M(dnos10_config) to configure Dell OS10 devices.
|
Please use M(dnos10_config) to configure Dell OS10 devices.
|
||||||
extends_documentation_fragment: dnos10
|
extends_documentation_fragment: dellos10
|
||||||
options:
|
options:
|
||||||
commands:
|
commands:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -27,7 +27,7 @@ description:
|
||||||
for segmenting configuration into sections. This module provides
|
for segmenting configuration into sections. This module provides
|
||||||
an implementation for working with Dell OS10 configuration sections in
|
an implementation for working with Dell OS10 configuration sections in
|
||||||
a deterministic way.
|
a deterministic way.
|
||||||
extends_documentation_fragment: dnos10
|
extends_documentation_fragment: dellos10
|
||||||
options:
|
options:
|
||||||
lines:
|
lines:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -27,7 +27,7 @@ description:
|
||||||
base network fact keys with C(ansible_net_<fact>). The facts
|
base network fact keys with C(ansible_net_<fact>). The facts
|
||||||
module will always collect a base set of facts from the device
|
module will always collect a base set of facts from the device
|
||||||
and can enable or disable collection of additional facts.
|
and can enable or disable collection of additional facts.
|
||||||
extends_documentation_fragment: dnos10
|
extends_documentation_fragment: dellos10
|
||||||
options:
|
options:
|
||||||
gather_subset:
|
gather_subset:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -28,7 +28,7 @@ description:
|
||||||
by evaluating the current running-config and only pushing configuration
|
by evaluating the current running-config and only pushing configuration
|
||||||
commands that are not already configured. The config source can
|
commands that are not already configured. The config source can
|
||||||
be a set of commands or a template.
|
be a set of commands or a template.
|
||||||
extends_documentation_fragment: dnos10
|
extends_documentation_fragment: dellos10
|
||||||
options:
|
options:
|
||||||
src:
|
src:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -28,7 +28,7 @@ description:
|
||||||
before returning or timing out if the condition is not met.
|
before returning or timing out if the condition is not met.
|
||||||
- This module does not support running commands in configuration mode.
|
- This module does not support running commands in configuration mode.
|
||||||
Please use M(dnos6_config) to configure Dell OS6 devices.
|
Please use M(dnos6_config) to configure Dell OS6 devices.
|
||||||
extends_documentation_fragment: dnos6
|
extends_documentation_fragment: dellos6
|
||||||
options:
|
options:
|
||||||
commands:
|
commands:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -27,7 +27,7 @@ description:
|
||||||
for segmenting configuration into sections. This module provides
|
for segmenting configuration into sections. This module provides
|
||||||
an implementation for working with Dell OS6 configuration sections in
|
an implementation for working with Dell OS6 configuration sections in
|
||||||
a deterministic way.
|
a deterministic way.
|
||||||
extends_documentation_fragment: dnos6
|
extends_documentation_fragment: dellos6
|
||||||
options:
|
options:
|
||||||
lines:
|
lines:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -28,7 +28,7 @@ description:
|
||||||
before returning or timing out if the condition is not met.
|
before returning or timing out if the condition is not met.
|
||||||
- This module does not support running commands in configuration mode.
|
- This module does not support running commands in configuration mode.
|
||||||
Please use M(dnos9_config) to configure Dell OS9 devices.
|
Please use M(dnos9_config) to configure Dell OS9 devices.
|
||||||
extends_documentation_fragment: dnos9
|
extends_documentation_fragment: dellos9
|
||||||
options:
|
options:
|
||||||
commands:
|
commands:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -27,7 +27,7 @@ description:
|
||||||
for segmenting configuration into sections. This module provides
|
for segmenting configuration into sections. This module provides
|
||||||
an implementation for working with Dell OS9 configuration sections in
|
an implementation for working with Dell OS9 configuration sections in
|
||||||
a deterministic way.
|
a deterministic way.
|
||||||
extends_documentation_fragment: dnos9
|
extends_documentation_fragment: dellos9
|
||||||
options:
|
options:
|
||||||
lines:
|
lines:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -27,7 +27,7 @@ description:
|
||||||
base network fact keys with C(ansible_net_<fact>). The facts
|
base network fact keys with C(ansible_net_<fact>). The facts
|
||||||
module will always collect a base set of facts from the device
|
module will always collect a base set of facts from the device
|
||||||
and can enable or disable collection of additional facts.
|
and can enable or disable collection of additional facts.
|
||||||
extends_documentation_fragment: dnos9
|
extends_documentation_fragment: dellos9
|
||||||
options:
|
options:
|
||||||
gather_subset:
|
gather_subset:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -28,7 +28,7 @@ description:
|
||||||
by evaluating the current running-config and only pushing configuration
|
by evaluating the current running-config and only pushing configuration
|
||||||
commands that are not already configured. The config source can
|
commands that are not already configured. The config source can
|
||||||
be a set of commands or a template.
|
be a set of commands or a template.
|
||||||
extends_documentation_fragment: dnos9
|
extends_documentation_fragment: dellos9
|
||||||
options:
|
options:
|
||||||
src:
|
src:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue