Skip to content

Commit 0d4fad6

Browse files
committed
Fix molecule lint errors
1 parent 63f2dbf commit 0d4fad6

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
letsencrypt_staging: no
2+
letsencrypt_staging: false

meta/main.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
galaxy_info:
23
author: coopdevs
34
description: free software for Social and Solidarity Economy
@@ -8,11 +9,11 @@ galaxy_info:
89
min_ansible_version: 1.2
910

1011
platforms:
11-
- name: Ubuntu
12-
versions:
13-
- trusty
14-
- xenial
15-
- bionic
12+
- name: Ubuntu
13+
versions:
14+
- trusty
15+
- xenial
16+
- bionic
1617

1718
galaxy_tags:
1819
- certbot

0 commit comments

Comments
 (0)