Metadata-Version: 1.1
Name: ansible-playbook-debugger
Version: 0.2.2
Summary: Debugger for Ansible Playbook
Home-page: https://github.com/ks888/ansible-playbook-debugger
Author: Kishin Yagami
Author-email: k.yagami.suou@gmail.com
License: GPLv3
Description: 
        ansible-playbook-debugger is the tool to debug a playook. This debugger is
        invoked when the task in the playbook fails, and enables you to check actually
        used module's args, variables, facts, and so on. Also, you can fix module's args
        in the debugger, and re-run the failed task (and if it is successful, the
        remaining part of the playbook runs).
        
        See https://github.com/ks888/ansible-playbook-debugger for more details.
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: System :: Systems Administration
