This commit is contained in:
2025-01-09 17:25:21 +01:00
parent e46e633902
commit 54ac1a8091
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}