pkg_uninstall_zip¶ This ansible role uninstalls the zip package on debian systems. Installation¶ To install the role, you'll need to use ansible-galaxy: ansible-galaxy install git+https://gitlab.com/niclas-zone/tools/ansible/roles/pkg_uninstall_zip.git Usage¶ You can include this role in your playbook as follows: - hosts: your_target_hosts roles: - pkg_uninstall_zip