From ff90ea23cbbcc0d91c7afad54f88a66515ec7508 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 27 Dec 2022 17:09:23 +0200 Subject: [PATCH] fix repo --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index 2bb6d02..ad8ea74 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -6,5 +6,5 @@ - name: Ensure invicous repository is cloned ansible.builtin.git: - repository: "{{ invidious_repository }}" + repo: "{{ invidious_repository }}" dest: "{{ invidious_folder }}"