From 4b562ba7567adefbeb34681f541cc883eb8ee2f4 Mon Sep 17 00:00:00 2001 From: owine Date: Sat, 3 Feb 2024 16:43:58 -0600 Subject: [PATCH] Unifi: Migration notes to rename old appdata --- roles/unifi/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/unifi/tasks/main.yml b/roles/unifi/tasks/main.yml index d9dcaf0f7d..23b7c267fa 100644 --- a/roles/unifi/tasks/main.yml +++ b/roles/unifi/tasks/main.yml @@ -9,5 +9,5 @@ --- - name: "Fail with deprecation warning" ansible.builtin.fail: - msg: "The 'unifi' role which used the 'unifi-controller' image is deprecated in favour of the 'unifi-network-application' role using the 'unifi-network-application' image. If you are using 'unifi' role, perform a full backup of your Unifi Network Application from the Unifi interface. Then run 'sb install sandbox-unifi-network-application' to deploy the new image and restore the backup when prompted by the setup wizard." + msg: "The 'unifi' role which used the 'unifi-controller' image is deprecated in favour of the 'unifi-network-application' role using the 'unifi-network-application' image. If you are using 'unifi' role, perform a full backup of your Unifi Network Application from the Unifi interface. Then rename your '/opt/unifi' folder to '/opt/unifi-controller' for backup purposes. Then run 'sb install sandbox-unifi-network-application' to deploy the new image and restore the backup when prompted by the setup wizard." when: not continuous_integration