From 1c48b355ef91758b000c74f37c3f31b3d6b237a7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= <me@rgoncalves.se>
Date: Sat, 17 Dec 2022 18:26:11 +0100
Subject: fix(roles/cgit): key was renamed after module name

---
 roles/cgit/tasks/main.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'roles')

diff --git a/roles/cgit/tasks/main.yml b/roles/cgit/tasks/main.yml
index 272b199..64452f8 100644
--- a/roles/cgit/tasks/main.yml
+++ b/roles/cgit/tasks/main.yml
@@ -23,11 +23,11 @@
     group: 0
     mode: "0644"
   loop:
-    - ansible.builtin.template: cgitrc.j2
+    - template: cgitrc.j2
       file: "{{ cgit_chroot_dir }}/conf/cgitrc"
-    - ansible.builtin.template: footer.html.j2
+    - template: footer.html.j2
       file: "{{ cgit_chroot_dir }}/conf/footer.html"
-    - ansible.builtin.template: httpd.conf.j2
+    - template: httpd.conf.j2
       file: /etc/httpd.d/cgit.conf
 
 - name: include dependencies for lowdown
-- 
cgit v1.2.3