base: Restore OpenBSD to use local mirror
This commit is contained in:
parent
fdc22fcf6c
commit
a62b4d6a7b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
- name: Configure mirror for packages and updates
|
- name: Configure mirror for packages and updates
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
dest: /etc/installurl
|
dest: /etc/installurl
|
||||||
content: "https://ftp.eu.openbsd.org/pub/OpenBSD/\n"
|
content: "https://mirrors.foo.sh/openbsd/\n"
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue