From ec729b6d85130a9acb52fbdc86af778a5d955605 Mon Sep 17 00:00:00 2001 From: saltydk Date: Sat, 3 Feb 2024 23:05:56 +0100 Subject: [PATCH] unifi: fix tag --- 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 3b3a1cbfb7..d9dcaf0f7d 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-controller' 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 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