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.
|
||||
- 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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -27,7 +27,7 @@ description:
|
|||
base network fact keys with C(ansible_net_<fact>). 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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -27,7 +27,7 @@ description:
|
|||
base network fact keys with C(ansible_net_<fact>). 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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue