fix
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
- name: "OMZ | establish install location."
|
||||
set_fact:
|
||||
omz_install_path: >
|
||||
{% if user == 'root' %}
|
||||
{% if omz_user.name == 'root' %}
|
||||
/root/.{{ omz_install_directory }}
|
||||
{% else %}
|
||||
/home/{{ omz_user.name }}/{{ omz_install_directory }}
|
||||
|
Reference in New Issue
Block a user