From b239ae648b3dcffb7e2a83ae6b473079aa04801e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com>
Date: Thu, 17 Jun 2021 12:32:30 +0200
Subject: [PATCH] Double escape comments

---
 defaults/main.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/defaults/main.yml b/defaults/main.yml
index 6caec19..9ccdb75 100644
--- a/defaults/main.yml
+++ b/defaults/main.yml
@@ -1,9 +1,9 @@
 ---
-# Privatebin URL
+## Privatebin URL
 privatebin_url: "privatebin.example.org"
 
-# OPTIONAL - For Backups only
-# Parameters for pushing backups to Object Storage - Instance 1
+## OPTIONAL - For Backups only
+## Parameters for pushing backups to Object Storage - Instance 1
 # swift_odoo_authurl: https://auth.cloud.ovh.net/v3/
 # swift_odoo_authversion: 3
 # swift_odoo_tenantid: "132e1fa"
@@ -11,7 +11,7 @@ privatebin_url: "privatebin.example.org"
 # swift_odoo_username: "testuser"
 # swift_odoo_password: "testpassword"
 # swift_odoo_regionname: "GRA"
-# Parameters for pushing backups to Object Storage - Instance 2
+## Parameters for pushing backups to Object Storage - Instance 2
 # swift_odoo2_authurl: https://auth.cloud.ovh.net/v3/
 # swift_odoo2_authversion: 3
 # swift_odoo2_tenantid: "12323534ab"
@@ -19,5 +19,5 @@ privatebin_url: "privatebin.example.org"
 # swift_odoo2_username: "testuser"
 # swift_odoo2_password: "testpassword"
 # swift_odoo2_regionname: "DE"
-# Passphrase for backups encryption
+## Passphrase for backups encryption
 # privatebin_backup_pass: "veryUnsecurePassToBeModified"
-- 
GitLab