mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-04-18 13:53:34 +00:00
Update action.yml
This commit is contained in:
parent
8f3b59f211
commit
d8d64ab036
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue