base: Use official mirror for OpenBSD packages
OpenBSD ftp command doesn't currently support SNI so we can't use internal mirror.
This commit is contained in:
parent
9fb9fd59b9
commit
a8d6fe575d
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://ftp.eu.openbsd.org/pub/OpenBSD/\n"
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue