Skip to content

Commit

Permalink
Merge pull request #12 from lablabs/fix_galaxy_metadata
Browse files Browse the repository at this point in the history
fix: add empty dependencies list for wireguard role
  • Loading branch information
Michal Muransky authored Oct 4, 2022
2 parents 2bdf977 + 7ca2f40 commit 3305220
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
namespace: lablabs
name: wireguard
version: "0.2.4"
version: "0.2.6"
readme: README.md
authors:
- Labyrinth Labs <[email protected]>
description: Wireguard Server Ansible Collection.
license_file: LICENSE
tags: [wireguard, vpn, system, linux, security, networking]
dependencies:
devsec.hardening: "==7.12.0"
robertdebock.development_environment: "==2.1.1"
devsec.hardening: "7.12.0"
robertdebock.development_environment: "2.1.1"
repository: https://github.com/lablabs/ansible-collection-wireguard
documentation: https://github.com/lablabs/ansible-collection-wireguard
homepage: https://www.lablabs.io
Expand Down
1 change: 1 addition & 0 deletions roles/wireguard/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ galaxy_info:
- linux
- vpn
- wireguard
dependencies: []

0 comments on commit 3305220

Please sign in to comment.