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