mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-09-05 00:15:47 -06:00
Update action.yml
This commit is contained in:
parent
8f3b59f211
commit
d8d64ab036
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user