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 !
This commit is contained in:
Dag Wieers 2017-09-28 10:58:57 +02:00 committed by GitHub
parent 3a92bb5428
commit 2b0e52b15c

View file

@ -4,7 +4,6 @@
# Copyright: (c) 2012, Michael DeHaan <michael.dehaan@gmail.com>
# Copyright: (c) 2013, Dylan Martin <dmartin@seattlecentral.edu>
# Copyright: (c) 2015, Toshio Kuratomi <tkuratomi@ansible.com>
# Copyright: (c) 2016, Dag Wieers <dag@wieers.com>
# 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.