base: rename install_url var with evobsd_install_url

This commit is contained in:
Jérémy Dubois 2022-11-28 15:28:18 +01:00
parent f43094e7b5
commit 835371b861
2 changed files with 2 additions and 2 deletions

View File

@ -25,4 +25,4 @@ evobsd_updateevobackupcanary_include: true
evobsd_dumpserverstate_include: true
# packages.yml
install_url: "https://cdn.openbsd.org/pub/OpenBSD"
evobsd_install_url: "https://cdn.openbsd.org/pub/OpenBSD"

View File

@ -2,7 +2,7 @@
- name: "Configure installurl"
copy:
content: "{{ install_url }}\n"
content: "{{ evobsd_install_url }}\n"
dest: /etc/installurl
mode: "0644"
tags: