1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

correct default_vars.yml

This commit is contained in:
Jerry Vonau 2019-11-28 05:49:19 -06:00
parent e71ae36a98
commit f7c539d175

View file

@ -16,7 +16,7 @@ iiab_local_vars_file: "{{ iiab_etc_path }}/local_vars.yml"
# Installation status files
iiab_env_file: "{{ iiab_etc_path }}/iiab.env"
iiab_ini_file: "{{ iiab_etc_path }}/iiab.ini"
iiab_installed: "{{ iiab_etc_path }}/iiab_state.yml"
iiab_state_file: "{{ iiab_etc_path }}/iiab_state.yml"
iiab_base: /opt/iiab
iiab_dir: "{{ iiab_base }}/iiab"