1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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