Skip to content

Commit a6b117d

Browse files
classabbyampthe-maldridge
authored andcommitted
ansible: add incoming_pkgs volume, update root-pkgs path for a-fsn-de
1 parent eee9830 commit a6b117d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ansible/host_vars/a-fsn-de.m.voidlinux.org.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ nomad_host_volumes:
3131
path: /data/void-packages
3232
read_only: false
3333
- name: root-pkgs
34-
path: /hostdir/binpkgs
34+
path: /srv/www/void-repo/current
3535
read_only: false
3636
- name: root_mirror
3737
path: /srv/www/void-repo
@@ -48,3 +48,6 @@ nomad_host_volumes:
4848
- name: ccache
4949
path: /hostdir/ccache
5050
read_only: true
51+
- name: incoming_pkgs
52+
path: /incoming
53+
read_only: false

0 commit comments

Comments
 (0)