Skip to content

refactor: move backup tasks in role to separate file #22

refactor: move backup tasks in role to separate file

refactor: move backup tasks in role to separate file #22

Workflow file for this run

---
name: Publish Ansible role to Galaxy
on:
workflow_call:
workflow_dispatch:
push:
tags:
- 'v*.*.*'
jobs:
release:
name: Release
runs-on: ubuntu-latest
timeout-minutes: 5
environment: Galaxy
steps:
- uses: actions/checkout@v4
- name: Publish Ansible role to Galaxy
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.ANSIBLE_GALAXY_TOKEN }}
git_branch: "${{ github.ref_name }}"