dawidd6 / action-ansible-playbook

:gear: A GitHub Action for running Ansible playbooks
MIT License
306 stars 68 forks source link

Add ability to turn off colored output #32

Closed bswinnerton closed 3 years ago

bswinnerton commented 3 years ago

This pull request adds a new Action input, no_color, that when set to true will suppress colored Ansible output. This is helpful when capturing the result of the Ansible run without the ANSI color sequences.

Resolves #31

dawidd6 commented 3 years ago

Thx