mauromedda / ansible_role_tar

Ansible role tar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible_role_tar

This is a simple Ansible role that installs/uninstall the tar utility.

Variables

tar_installed: true
  • tar_installed: Default: true. Put false to uninstall the tar.

Example Playbook

See below an example of usage for the module.

    - hosts: localhost
      connection: local
      become: true
      roles:
         - { role: mauromedda.ansible_role_tar, tar_installed: true }

License

BSD

Author Information

Mauro Medda < medda.mauro at gmail dot com >

About

Ansible role tar

License:BSD 2-Clause "Simplified" License