aboutsummaryrefslogtreecommitdiffstats
path: root/roles/git/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/git/tasks')
-rw-r--r--roles/git/tasks/main.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/git/tasks/main.yml b/roles/git/tasks/main.yml
index c54b2aa..615927a 100644
--- a/roles/git/tasks/main.yml
+++ b/roles/git/tasks/main.yml
@@ -7,6 +7,7 @@
- git
- cgit
- uwsgi-py36
+ - highlight
- name: check user group existence
command: pw groupshow {{ git.user.name }}
@@ -118,6 +119,12 @@
dest: "{{ git.cgit.root }}/cgitrc"
notify: restart-cgit
+- name: cgit - copy scripts
+ copy:
+ src: cgit/syntax-highlighting.sh
+ dest: "{{ git.cgit.root }}/syntax-highlighting.sh"
+ mode: 0755
+
- name: cgit - create static repo
become_user: "{{ git.user.name }}"
command: >