From 4a94017db89110ad7edc10e8c9a09ef6ff7df3b7 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 7 Feb 2023 17:50:33 +0200 Subject: [PATCH] fix copy --- tasks/configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index 9540f13..a8e4cfd 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -15,7 +15,7 @@ - name: Ensure Invidious configuration file exists in host copy: - path: /etc/invidious_container/config.yml + dest: /etc/invidious_container/config.yml content: "{{ invidious_config | to_yaml() }}" backup: true