Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Fixed ansible-lint problems #4

Fixed ansible-lint problems

Fixed ansible-lint problems #4

Workflow file for this run

---
name: release
# This workflow requires a GALAXY_API_KEY secret to be defined in the GitHub
# repository settings.
on:
push:
tags: ["*"]
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Release Ansible Role to Galaxy
uses: hspaans/ansible-galaxy-action@v1
with:
api_key: ${{ secrets.GALAXY_API_KEY }}