Skip to content

1.1.0 [2024-05-18]

1.1.0 [2024-05-18] #3

Workflow file for this run

---
name: Ansible WireGuard OpenWISP Publish Release
on: # yamllint disable-line rule:truthy
release:
types:
- published
jobs:
publish:
name: Publish the role on Ansible Galaxy
runs-on: ubuntu-20.04
container: python:3-slim
steps:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install ansible
run: pip install ansible
- name: Update imports on Ansible Galaxy
run: |
ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} openwisp wireguard_openwisp