From 7f4cdb50e608bec5f6c682dbfdbfb954241fdb7b Mon Sep 17 00:00:00 2001 From: Eline Maaike de Weerd <54042477+ElineMaaikedeWeerd@users.noreply.github.com> Date: Mon, 28 Aug 2023 08:29:08 +0200 Subject: [PATCH] changed metric file path to match maas data path for snap (#145) --- group_vars/all/01-maas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/all/01-maas b/group_vars/all/01-maas index 90236f1..b3e9499 100644 --- a/group_vars/all/01-maas +++ b/group_vars/all/01-maas @@ -11,7 +11,7 @@ maas_snap_channel: "stable" # if using snap, then the channel. ie: stable, b maas_deb_state: "present" # if using deb, the state for install maas_state: "install" # whether to install, or upgrade maas -maas_installmetric_file: "{{ '/var/snap/maas/common' if maas_installation_type | lower == 'snap' else '/var/lib/maas' }}/.ansible" +maas_installmetric_file: "{{ '/var/snap/maas/common/maas' if maas_installation_type | lower == 'snap' else '/var/lib/maas' }}/.ansible" maas_secret_file: "{{ '/var/snap/maas/common' if maas_installation_type | lower == 'snap' else '/var/lib' }}/maas/secret" proxy_env: