Skip to content
Snippets Groups Projects
Commit f226500d authored by Simon Michnowicz's avatar Simon Michnowicz
Browse files

fixed typo (local_home)

parent e7dab078
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment