base: Use trailing slash for OpenBSD install tree
This saves one redirect and fixes connection issue with current master fsol-gw.
This commit is contained in:
parent
ab48b826f1
commit
d89cfb70b7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
- name: configure mirror for packages and updates
|
||||
copy:
|
||||
dest: /etc/installurl
|
||||
content: "https://mirrors.foo.sh/openbsd\n"
|
||||
content: "https://mirrors.foo.sh/openbsd/\n"
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue