Remove 'update' param from documentation examples (#22350)

The 'update' param is no longer supported, thus removing from docs.
This commit is contained in:
Ricardo Carrillo Cruz 2017-03-07 10:32:36 +01:00 committed by GitHub
parent cbedc4a12a
commit 5357a67607

View file

@ -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
"""