From 9336e0d0703ce3f928bc71f1a99739ad7c592801 Mon Sep 17 00:00:00 2001 From: "Ryan S. Brown" Date: Thu, 14 Jul 2016 14:05:00 -0400 Subject: [PATCH] Indent `unarchive` module documentation to fix parsing error. --- lib/ansible/modules/files/unarchive.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ansible/modules/files/unarchive.py b/lib/ansible/modules/files/unarchive.py index 0ac090511df..f4dfeeede82 100644 --- a/lib/ansible/modules/files/unarchive.py +++ b/lib/ansible/modules/files/unarchive.py @@ -84,10 +84,10 @@ options: description: - "Set to C(yes) to indicate the archived file is already on the remote system and not local to the Ansible controller." - "This option is mutually exclusive with C(copy)." - required: false - default: "no" - choices: ["yes", "no"] - version_added: "2.2" + required: false + default: "no" + choices: ["yes", "no"] + version_added: "2.2" validate_certs: description: - This only applies if using a https url as the source of the file.