mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2026-04-28 09:12:08 -06:00
action: make key input required
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user