Metadata-Version: 2.0
Name: ansible-dotdiff
Version: 0.1.1
Summary: Nested structure diff library with dot-path notation for Ansible
Home-page: https://github.com/Klarrio/ansible-dotdiff
Author: Timo Beckers
Author-email: timo.beckers@klarrio.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Requires-Dist: ansible (>=2.1.0)

Ansible Dot-diff Library
========================

Nested structure diff library with dot-path notation for Ansible.

.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
   :alt: License: MIT
   :target: https://opensource.org/licenses/MIT

Importing
---------

    import ansible.module_utils.dotdiff

License
-------

`MIT <https://github.com/Klarrio/ansible-dotdiff/blob/master/LICENSE>`_.


