File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ jobs:
6464 needs :
6565 - build
6666
67- if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
67+ if : ${{ github.event_name == 'push' && startsWith( github.ref, 'refs/tags/') }}
6868 steps :
6969 - name : Install ansible
7070 run : pip install ansible
7171
7272 - name : Update imports on Ansible Galaxy
7373 run : |
74- ansible-galaxy role import --api-key ${{ secrets.GALAXY_TOKEN }} openwisp ansible-openwisp2
74+ ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} openwisp wireguard_openwisp
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## Version 1.0.0 [ 2022-04-29]
4+
5+ ### Features
6+
7+ - Installs scripts for OpenWISP to automate the management of
8+ WireGuard peers and VXLAN tunnels.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ galaxy_info:
77 company : OpenWISP
88 description : Role to install OpenWISP's Wireguard Updater
99 license : BSD
10- min_ansible_version : 2.8
10+ min_ansible_version : 2.10
1111 issue_tracker_url : https://github.com/openwisp/ansible-wireguard-openwisp/issues
1212 platforms :
1313 - name : Debian
You can’t perform that action at this time.
0 commit comments