|
|
|
@ -4,7 +4,6 @@
|
|
|
|
# Copyright: (c) 2012, Michael DeHaan <michael.dehaan@gmail.com>
|
|
|
|
# Copyright: (c) 2012, Michael DeHaan <michael.dehaan@gmail.com>
|
|
|
|
# Copyright: (c) 2013, Dylan Martin <dmartin@seattlecentral.edu>
|
|
|
|
# Copyright: (c) 2013, Dylan Martin <dmartin@seattlecentral.edu>
|
|
|
|
# Copyright: (c) 2015, Toshio Kuratomi <tkuratomi@ansible.com>
|
|
|
|
# Copyright: (c) 2015, Toshio Kuratomi <tkuratomi@ansible.com>
|
|
|
|
# Copyright: (c) 2016, Dag Wieers <dag@wieers.com>
|
|
|
|
|
|
|
|
# Copyright: (c) 2017, Ansible Project
|
|
|
|
# Copyright: (c) 2017, Ansible Project
|
|
|
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
|
|
# 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'
|
|
|
|
type: 'bool'
|
|
|
|
default: 'yes'
|
|
|
|
default: 'yes'
|
|
|
|
version_added: "2.2"
|
|
|
|
version_added: "2.2"
|
|
|
|
author: Dag Wieers (@dagwieers)
|
|
|
|
author: Michael DeHaan
|
|
|
|
todo:
|
|
|
|
todo:
|
|
|
|
- Re-implement tar support using native tarfile module.
|
|
|
|
- Re-implement tar support using native tarfile module.
|
|
|
|
- Re-implement zip support using native zipfile module.
|
|
|
|
- Re-implement zip support using native zipfile module.
|
|
|
|
|