From 5357a6760771d1cd1f999aa160c10335530d29d9 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Tue, 7 Mar 2017 10:32:36 +0100 Subject: [PATCH] Remove 'update' param from documentation examples (#22350) The 'update' param is no longer supported, thus removing from docs. --- lib/ansible/modules/network/iosxr/iosxr_config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/modules/network/iosxr/iosxr_config.py b/lib/ansible/modules/network/iosxr/iosxr_config.py index 7bad5ec7624..a936ae2f936 100644 --- a/lib/ansible/modules/network/iosxr/iosxr_config.py +++ b/lib/ansible/modules/network/iosxr/iosxr_config.py @@ -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 """