1
0
Fork 0
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:
Dawid Dziurla 2020-03-21 20:54:29 +01:00
parent a57a1f4727
commit 9dfdfbebf6
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

View file

@ -9,7 +9,7 @@ inputs:
required: true
key:
description: SSH private key used to connect to the host
required: false
required: true
options:
description: Extra options that should be passed to ansible-playbook command
required: false