From 04532f4325933fc9a7d20a4564c829a41d1b96f8 Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 8 Oct 2022 20:18:16 +0200 Subject: [PATCH] nextcloud: Korrigiere Version-Check --- tasks/fixes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/fixes.yml b/tasks/fixes.yml index f148945..f67d8e1 100644 --- a/tasks/fixes.yml +++ b/tasks/fixes.yml @@ -5,4 +5,4 @@ dest: "{{ nextcloud_install_path }}/lib/private/Security/VerificationToken/CleanUpJob.php" owner: "{{ instance.user }}" group: "{{ instance.user }}" - when: nc_installed_version.stdout|int is version ('22.2.0','<=') + when: nc_installed_version.stdout is version ('22.2.0','<=')