Remove 'update' param from documentation examples (#22350)
The 'update' param is no longer supported, thus removing from docs.
This commit is contained in:
parent
cbedc4a12a
commit
5357a67607
1 changed files with 0 additions and 1 deletions
|
@ -162,7 +162,6 @@ EXAMPLES = """
|
|||
- name: load a config from disk and replace the current config
|
||||
iosxr_config:
|
||||
src: config.cfg
|
||||
update: replace
|
||||
backup: yes
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue