Files
run-ansible-skydust/action.yml
Skydust c999db52aa
All checks were successful
Production deployment / Build and pushing (push) Successful in 6s
Adding workflow to push a docker for the action
2025-04-09 21:04:50 +02:00

21 lines
452 B
YAML

name: Run ansible playbook
description: An ansible runner
author: Skydust
# Define your inputs here.
inputs:
playbook:
description: The playbook's path
required: true
inventory:
description: Comma separated inventory files
required: false
only_check:
description: Whether to only check without changes
required: false
default: "false"
runs:
using: docker
image: gitea.skydust.fr/actions/run-ansible-skydust:main