diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-12 14:51:24 +0000 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-12 14:54:58 +0000 |
commit | 4a16c10dd3b870ce62fdae9b590ff207e30a2bdd (patch) | |
tree | 9ea91aaaa456de8dcfd3b1193aa643fed85986d0 /roles/cgit/tasks/main.yml | |
parent | d67fb68e5fcd240c6c0e8e7c6e7e804da6f6238b (diff) | |
download | rules-4a16c10dd3b870ce62fdae9b590ff207e30a2bdd.tar.gz |
roles/cgit: Move lowdown + dependencies to chroot
Diffstat (limited to 'roles/cgit/tasks/main.yml')
-rw-r--r-- | roles/cgit/tasks/main.yml | 12 |
1 files changed, 2 insertions, 10 deletions
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: |