mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-12-09 14:20:42 -07:00
Add ability to turn off colored output (#32)
* Add Action input to control colored Ansible output * Update main.js Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:
committed by
GitHub
parent
00e2fc8809
commit
671974ed60
@@ -31,6 +31,9 @@ inputs:
|
||||
sudo:
|
||||
description: Set to "true" if root is required for running your playbook
|
||||
required: false
|
||||
no_color:
|
||||
description: Set to "true" if the Ansible output should not include colors (defaults to "false")
|
||||
required: false
|
||||
outputs:
|
||||
output:
|
||||
description: The captured output of both stdout and stderr from the Ansible Playbook run
|
||||
|
||||
Reference in New Issue
Block a user