From 4a16c10dd3b870ce62fdae9b590ff207e30a2bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sun, 12 Dec 2021 14:51:24 +0000 Subject: roles/cgit: Move lowdown + dependencies to chroot --- roles/cgit/tasks/main.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'roles/cgit/tasks/main.yml') diff --git a/roles/cgit/tasks/main.yml b/roles/cgit/tasks/main.yml index 6040ecf..0f51d0c 100644 --- a/roles/cgit/tasks/main.yml +++ b/roles/cgit/tasks/main.yml @@ -20,16 +20,8 @@ - template: httpd.conf.j2 file: /etc/httpd.d/cgit.conf -- name: copy utilities in httpd chroot - copy: - src: "{{ item }}" - dest: "{{ cgit_chroot_dir }}/bin" - mode: preserve - remote_src: true - loop: - - /bin/sh - - /bin/cat - - /usr/local/bin/lowdown +- name: include dependencies for lowdown + include_tasks: dependencies.yml - name: copy about-filter generator copy: -- cgit v1.2.3