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:
Timo Makinen 2021-10-12 20:12:46 +00:00
parent 9fb9fd59b9
commit a8d6fe575d

View file

@ -2,7 +2,7 @@
- name: configure mirror for packages and updates - name: configure mirror for packages and updates
copy: copy:
dest: /etc/installurl dest: /etc/installurl
content: "https://mirrors.foo.sh/openbsd/\n" content: "https://ftp.eu.openbsd.org/pub/OpenBSD/\n"
mode: 0644 mode: 0644
owner: root owner: root
group: "{{ ansible_wheel }}" group: "{{ ansible_wheel }}"