From feb727b950491471695aec862c16866d54050ec0 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 23 Aug 2021 14:54:10 +0200 Subject: [PATCH] correct task name --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 29fb617..a27b354 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,4 +1,4 @@ -- name: "Download Keeweb" +- name: "Download restic" get_url: url: "{{ restic_url }}" dest: /tmp/restic.bz2