Skip to content

Updates Ansible Galaxy metadata for FreeBSD versions #26

Updates Ansible Galaxy metadata for FreeBSD versions

Updates Ansible Galaxy metadata for FreeBSD versions #26

Workflow file for this run

---
name: GitHub Action
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: galaxy
uses: robertdebock/galaxy-action@master
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}