From 636c351a9578aa2f82fe33dfd8ca8ab7390ccc8b 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:38:00 +0200
Subject: [PATCH] Double escape comments

---
 README.md         | 1 +
 defaults/main.yml | 7 ++++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index f95904f..6b3e6fe 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ For backups, the host need to be in maintenance_contract group and the following
 * swift_cloud_username
 * swift_cloud_password
 * swift_cloud_regionname
+* cloud_backup_pass
 
 Dependencies
 ------------
diff --git a/defaults/main.yml b/defaults/main.yml
index fbd8ccf..909bb22 100644
--- a/defaults/main.yml
+++ b/defaults/main.yml
@@ -5,11 +5,11 @@ cloud_pg_pass: "notSoSecurePassword"
 cloud_pg_hash: "md53fc414b70561de0f2acb4f3b0985f5cd"  # can be obtained with echo "md5`echo -n 'notSoSecurePassword' | md5sum | awk '{print $1}'`"
 cloud_data_dir: "/owncloud"
 
-# E-mail used to generate Let's Encrypt SSL certificate
+## E-mail used to generate Let's Encrypt SSL certificate
 default_maintenance_email: "maintenance@example.org"
 
-# Backups
-# Parameters for pushing backups to Object Storage - Instance 1
+## Backups
+## Parameters for pushing backups to Object Storage - Instance 1
 swift_cloud_authurl: https://auth.cloud.ovh.net/v3/
 swift_cloud_authversion: 3
 swift_cloud_tenantid: "132e1fa"
@@ -17,3 +17,4 @@ swift_cloud_tenantname: "12312534534"
 swift_cloud_username: "testuser"
 swift_cloud_password: "testpassword"
 swift_cloud_regionname: "GRA"
+cloud_backup_pass: "notSoSecurePassword"
-- 
GitLab