Skip to content
Snippets Groups Projects
Commit 56cccb86 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

fix dconf_config_path

parent c3969048
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ main() {
bash $HELPER_SCRIPTS_DIR/install_ansible.sh
ansible-playbook "${INSTALLER_DIR}/playbooks/setup.yaml" \
--extra-vars "dconf_config_path='$dconf_config' vscode_config_path='$vscode_config_path' vscode_extensions_path='$vscode_extensions_path' swap_sizes='$swap_sizes' git_config_path='$git_config_path'" \
--extra-vars "dconf_config_path='$dconf_config_path' vscode_config_path='$vscode_config_path' vscode_extensions_path='$vscode_extensions_path' swap_sizes='$swap_sizes' git_config_path='$git_config_path'" \
--inventory "${INSTALLER_DIR}/ansible_inventory.ini" \
$(IFS=' ' echo "${additional_ansible_args[*]}")
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment