refs #7593 vn-host deb packages updated, suppor for multiple debs

This commit is contained in:
Juan Ferrer 2025-02-04 15:57:18 +01:00
parent e6877862b3
commit a3a450e82d
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,8 @@
vn_first_time: false
vn_witness_checked: false
deb_packages:
- https://apt.verdnatura.es/pool/main/v/vn-host/vn-apt-source_3.0.1_all.deb
- https://apt.verdnatura.es/pool/main/v/vn-host/vn-host_3.0.1_all.deb
grub_user: admin
default_user: user
fail2ban:

View File

@ -1,3 +1,4 @@
- name: Install package
apt:
deb: "{{ vn_host_url }}"
deb: "{{ item }}"
with_items: "{{ deb_packages }}"

View File

@ -2,7 +2,7 @@
EXTRA_ARGS=()
OPTSTRING="i:l:"
OPTSTRING=":i:l:"
while getopts ${OPTSTRING} opt; do
case ${opt} in
i)