Skip to content

Commit 3305220

Browse files
author
Michal Muransky
authored
Merge pull request #12 from lablabs/fix_galaxy_metadata
fix: add empty dependencies list for wireguard role
2 parents 2bdf977 + 7ca2f40 commit 3305220

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

galaxy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
namespace: lablabs
33
name: wireguard
4-
version: "0.2.4"
4+
version: "0.2.6"
55
readme: README.md
66
authors:
77
- Labyrinth Labs <[email protected]>
88
description: Wireguard Server Ansible Collection.
99
license_file: LICENSE
1010
tags: [wireguard, vpn, system, linux, security, networking]
1111
dependencies:
12-
devsec.hardening: "==7.12.0"
13-
robertdebock.development_environment: "==2.1.1"
12+
devsec.hardening: "7.12.0"
13+
robertdebock.development_environment: "2.1.1"
1414
repository: https://github.com/lablabs/ansible-collection-wireguard
1515
documentation: https://github.com/lablabs/ansible-collection-wireguard
1616
homepage: https://www.lablabs.io

roles/wireguard/meta/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ galaxy_info:
2626
- linux
2727
- vpn
2828
- wireguard
29+
dependencies: []

0 commit comments

Comments
 (0)