From 9a000eb8cca910fdab886eaa79f75072dda7a485 Mon Sep 17 00:00:00 2001 From: bax1489 <fabian.gallenkamp@uni-hamburg.de> Date: Mon, 30 Sep 2019 13:30:25 +0200 Subject: [PATCH] moving home directories not possible due to bug --- site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.yml b/site.yml index 7f37b05..10efeac 100644 --- a/site.yml +++ b/site.yml @@ -43,7 +43,7 @@ shell: /bin/bash groups: ["{{ otree_group_name }}"] home: "{{ home_path }}/{{ item.key }}" - move_home: yes +# move_home: yes state: present with_dict: "{{ otree_users }}" -- GitLab