From fd18ade4658d9c735a95f55a04486893d6f4eca4 Mon Sep 17 00:00:00 2001 From: Luke Armstrong Date: Thu, 10 Aug 2017 15:32:08 +0100 Subject: [PATCH] Documentation - modules/files/unarchive (#27998) Last example is incorrect and will not run without throwing an error. --- lib/ansible/modules/files/unarchive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/files/unarchive.py b/lib/ansible/modules/files/unarchive.py index 570548b6659..8520066f528 100644 --- a/lib/ansible/modules/files/unarchive.py +++ b/lib/ansible/modules/files/unarchive.py @@ -114,7 +114,7 @@ EXAMPLES = r''' remote_src: yes - name: Unarchive a file that needs to be downloaded (added in 2.0) -- unarchive: + unarchive: src: https://example.com/example.zip dest: /usr/local/bin remote_src: yes