We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f2dbf commit 0d4fad6Copy full SHA for 0d4fad6
2 files changed
defaults/main.yml
@@ -1,2 +1,2 @@
1
---
2
-letsencrypt_staging: no
+letsencrypt_staging: false
meta/main.yml
@@ -1,3 +1,4 @@
+---
galaxy_info:
3
author: coopdevs
4
description: free software for Social and Solidarity Economy
@@ -8,11 +9,11 @@ galaxy_info:
8
9
min_ansible_version: 1.2
10
11
platforms:
- - name: Ubuntu
12
- versions:
13
- - trusty
14
- - xenial
15
- - bionic
+ - name: Ubuntu
+ versions:
+ - trusty
+ - xenial
16
+ - bionic
17
18
galaxy_tags:
19
- certbot
0 commit comments