Skip to content

Commit a599778

Browse files
fix: quoted versions in metadata
1 parent 06894e5 commit a599778

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

galaxy.yml

Lines changed: 3 additions & 3 deletions
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.4"
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

0 commit comments

Comments
 (0)