diff --git a/.idea/ansible-playbooks.iml b/.idea/ansible-playbooks.iml
new file mode 100644
index 0000000..4a24893
--- /dev/null
+++ b/.idea/ansible-playbooks.iml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/sabre-dav/variables.yaml b/sabre-dav/variables.yaml
index a84f9d3..9350beb 100644
--- a/sabre-dav/variables.yaml
+++ b/sabre-dav/variables.yaml
@@ -6,14 +6,14 @@ baikal:
base_directory: "/baikal"
data_directory: "data"
config_directory: "config"
- mail: |
- defaults
- auth on
- tls on
- tls_trust_file /etc/ssl/certs/ca-certificates.crt
- account default
- host
- port 587
- from baikal@example.com
- user
- password
\ No newline at end of file
+ mail: "" # note you will need to inline the following variables
+# defaults
+# auth on
+# tls on
+# tls_trust_file /etc/ssl/certs/ca-certificates.crt
+# account default
+# host
+# port 587
+# from baikal@example.com
+# user
+# password
\ No newline at end of file