This is a simple Ansible role that installs/uninstall the tar utility.
tar_installed: true
- tar_installed: Default: true. Put false to uninstall the tar.
See below an example of usage for the module.
- hosts: localhost
connection: local
become: true
roles:
- { role: mauromedda.ansible_role_tar, tar_installed: true }
BSD
Mauro Medda < medda.mauro at gmail dot com >