Skip to content

Commit

Permalink
Merge branch 'main' into fix-backup-task
Browse files Browse the repository at this point in the history
  • Loading branch information
SK1Y101 committed Aug 31, 2023
2 parents a363c7a + 7f4cdb5 commit 3338047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group_vars/all/01-maas
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3338047

Please sign in to comment.