Metadata-Version: 2.4
Name: ansible-less
Version: 0.0.2
Summary: DESCR
Project-URL: Homepage, https://github.com/hardaker/ansible-less
Author-email: Wes Hardaker <opensource@hardakers.net>
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: rich
Requires-Dist: rich-argparse
Requires-Dist: rich-logging
Description-Content-Type: text/markdown

# Overview

This script merely takes the output of an ansible log file and deletes
the less interesting parts.  IE, if all the section parts of a TASK
are "ok:" then why show the section?  On the other hand if a section
contains "changed:" or "failed" or..., when we better show it.

# Installation

```
uv build .
uv tool install .
```

# Usage

```
unbuffer ansible-playbook ... >& my.log
ansible-less my.log
```
