From f226500d710fef86e01bae4705be91bdabb9e2e3 Mon Sep 17 00:00:00 2001 From: Simon Michnowicz <simon.michnowicz@monash.edu> Date: Wed, 18 Nov 2015 15:02:00 +1100 Subject: [PATCH] fixed typo (local_home) --- roles/move_homedir/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/move_homedir/tasks/main.yml b/roles/move_homedir/tasks/main.yml index ea107f7d..b0cdc6dd 100644 --- a/roles/move_homedir/tasks/main.yml +++ b/roles/move_homedir/tasks/main.yml @@ -48,7 +48,7 @@ args: dest: /etc/passwd regexp: "{{ ansible_ssh_user }}:x:1000:1000:Ubuntu:/home/{{ ansible_ssh_user }}:.*" - line: "{{ ansible_ssh_user }}:x:1000:1000:/Ubuntu:local_home/{{ ansible_ssh_user }}:/bin/bash" + line: "{{ ansible_ssh_user }}:x:1000:1000:/Ubuntu:/local_home/{{ ansible_ssh_user }}:/bin/bash" backrefs: yes sudo: true register: edit4 -- GitLab