From e6fbe7ac367ca83734a6dc3a0384be64296721fc Mon Sep 17 00:00:00 2001
From: bax1489 <fabian.gallenkamp@uni-hamburg.de>
Date: Thu, 26 Sep 2019 13:06:20 +0200
Subject: [PATCH] minor config change

---
 README.md                            | 2 +-
 group_vars/otree_servers.yml.example | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a9e2e1f..09cf199 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ And now run the playbook.
 
 ## run the playbook
 1. Change directory: ``cd /opt/otree/otree-ansible/``
-2. Run: ``ansible-playbook site.yml``
+2. Run: ``ansible-playbook site.yml --ask-become-pass``
 
 ## FAQ
 
diff --git a/group_vars/otree_servers.yml.example b/group_vars/otree_servers.yml.example
index 6541111..11b1735 100644
--- a/group_vars/otree_servers.yml.example
+++ b/group_vars/otree_servers.yml.example
@@ -1,6 +1,5 @@
 ---
 ansible_user: "mylinuxuser"
-ansible_become_pass: "mysecretpw"
 ansible_connection: "local"
 
 nginx_config_path: "/etc/nginx"
-- 
GitLab