Initial commit

This commit is contained in:
2024-11-24 20:30:42 +01:00
commit 8b965d1f54
3 changed files with 40 additions and 0 deletions

15
action.yml Normal file
View File

@@ -0,0 +1,15 @@
name: Run ansible playbook
description: An ansible runner
author: Skydust
# Define your inputs here.
inputs:
path:
description: The playbook's path
required: true
runs:
using: docker
image: Dockerfile
env:
INPUT_PATH: ${{ inputs.path }}