mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-12-07 21:30:42 -07:00
action: add directory input
This commit is contained in:
@@ -7,6 +7,10 @@ inputs:
|
||||
playbook:
|
||||
description: Ansible playbook filepath
|
||||
required: true
|
||||
directory:
|
||||
description: Root directory of Ansible project
|
||||
required: false
|
||||
default: ${{github.workspace}}
|
||||
key:
|
||||
description: SSH private key used to connect to the host
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user