ansible / ansible-sdk

The Ansible SDK
Apache License 2.0
24 stars 14 forks source link

Remove mock outputs and add quiet parameter #61

Closed eqrx closed 1 year ago

eqrx commented 1 year ago

This commit implements the quiet parameter of runner that was requested to be ported to the SDK. I looked through the code and found only output to stdout that was used for development. Removed it.

Quiet option in jobs can be used in the future to decide if informal output should be done at all.

eqrx commented 1 year ago

opps, wrong remote