change to new path

This commit is contained in:
Donavan Fritz 2025-01-02 11:58:43 -06:00
parent d64128a2e1
commit d7e9134c9e

View File

@ -9,7 +9,7 @@
lxc_name: "fritzlab-base"
lxc_image_artifact_name: "{{ lxc_name }}-{{ timestamp }}.tar.gz"
lxc_build_dir: "/tmp/build_{{ lxc_name }}_{{ timestamp }}"
lxc_template_dir: "/mnt/container-templates/cache"
lxc_template_dir: "/mnt/pve/nas001/template/cache"
working_lxc_dir: "{{ lxc_build_dir }}/{{ lxc_name }}"
working_rootfs_dir: "{{ working_lxc_dir }}/rootfs"
working_chroot: "chroot {{ working_rootfs_dir }}"