From 70b95afe7f955e3564706db6d74883dfdd2bfdfa Mon Sep 17 00:00:00 2001 From: "Oleg \"Zmey!\" Vasiliev" Date: Sat, 7 Oct 2023 11:46:34 +0300 Subject: [PATCH] Fix copy module instead template --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 6b649ff..a1983d1 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -6,7 +6,7 @@ state: present - name: Gitea | Deploy config - copy: + template: src: app.ini.j2 dest: /etc/gitea/app.ini mode: 0600