mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
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
|
- name: load a config from disk and replace the current config
|
||||||
iosxr_config:
|
iosxr_config:
|
||||||
src: config.cfg
|
src: config.cfg
|
||||||
update: replace
|
|
||||||
backup: yes
|
backup: yes
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue