Remove docs for commit which no longer exists (#5152)
This commit is contained in:
parent
336c9f9f35
commit
d12f2d2c72
1 changed files with 1 additions and 12 deletions
|
@ -110,17 +110,6 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
choices: ["true", "false"]
|
choices: ["true", "false"]
|
||||||
commit:
|
|
||||||
description:
|
|
||||||
- This argument specifies the update method to use when applying the
|
|
||||||
configuration changes to the remote node. If the value is set to
|
|
||||||
I(merge) the configuration updates are merged with the running-
|
|
||||||
config. If the value is set to I(check), no changes are made to
|
|
||||||
the remote host.
|
|
||||||
required: false
|
|
||||||
default: merge
|
|
||||||
choices: ['merge', 'check']
|
|
||||||
version_added: "2.2"
|
|
||||||
backup:
|
backup:
|
||||||
description:
|
description:
|
||||||
- This argument will cause the module to create a full backup of
|
- This argument will cause the module to create a full backup of
|
||||||
|
@ -134,7 +123,7 @@ options:
|
||||||
version_added: "2.2"
|
version_added: "2.2"
|
||||||
config:
|
config:
|
||||||
description:
|
description:
|
||||||
- The C(config) argument allows the playbook desginer to supply
|
- The C(config) argument allows the playbook designer to supply
|
||||||
the base configuration to be used to validate configuration
|
the base configuration to be used to validate configuration
|
||||||
changes necessary. If this argument is provided, the module
|
changes necessary. If this argument is provided, the module
|
||||||
will not download the running-config from the remote node.
|
will not download the running-config from the remote node.
|
||||||
|
|
Loading…
Reference in a new issue