mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 15:32:18 +00:00
action: make key input required
This commit is contained in:
parent
a57a1f4727
commit
9dfdfbebf6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ inputs:
|
||||||
required: true
|
required: true
|
||||||
key:
|
key:
|
||||||
description: SSH private key used to connect to the host
|
description: SSH private key used to connect to the host
|
||||||
required: false
|
required: true
|
||||||
options:
|
options:
|
||||||
description: Extra options that should be passed to ansible-playbook command
|
description: Extra options that should be passed to ansible-playbook command
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue