From 2b0e52b15c3ec5aea0c36ef408e940b7bbf8b6d4 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Thu, 28 Sep 2017 10:58:57 +0200 Subject: [PATCH] I am officially done with the unarchive module I'll leave it up to someone else to try and talk to a bunch of unhappy people. Good luck to whoever wants to maintain this ! --- lib/ansible/modules/files/unarchive.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ansible/modules/files/unarchive.py b/lib/ansible/modules/files/unarchive.py index 93d449f6c0..d2b28396e0 100644 --- a/lib/ansible/modules/files/unarchive.py +++ b/lib/ansible/modules/files/unarchive.py @@ -4,7 +4,6 @@ # Copyright: (c) 2012, Michael DeHaan # Copyright: (c) 2013, Dylan Martin # Copyright: (c) 2015, Toshio Kuratomi -# Copyright: (c) 2016, Dag Wieers # Copyright: (c) 2017, Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) @@ -85,7 +84,7 @@ options: type: 'bool' default: 'yes' version_added: "2.2" -author: Dag Wieers (@dagwieers) +author: Michael DeHaan todo: - Re-implement tar support using native tarfile module. - Re-implement zip support using native zipfile module.