Update action.yml

This commit is contained in:
Dawid Dziurla 2025-02-10 18:04:31 +01:00 committed by GitHub
parent 8f3b59f211
commit d8d64ab036
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,15 +34,15 @@ inputs:
sudo: sudo:
description: Set to "true" if root is required for running your playbook description: Set to "true" if root is required for running your playbook
required: false required: false
default: "false" default: false
no_color: no_color:
description: Set to "true" if the Ansible output should not include colors (defaults to "false") description: Set to "true" if the Ansible output should not include colors (defaults to "false")
required: false required: false
default: "false" default: false
check_mode: check_mode:
description: Set to "true" to enable check (dry-run) mode description: Set to "true" to enable check (dry-run) mode
required: false required: false
default: "false" default: false
outputs: outputs:
output: output:
description: The captured output of both stdout and stderr from the Ansible Playbook run description: The captured output of both stdout and stderr from the Ansible Playbook run