refs #7593 vn-host deb packages updated, suppor for multiple debs
This commit is contained in:
parent
e6877862b3
commit
a3a450e82d
|
@ -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:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
- name: Install package
|
||||
apt:
|
||||
deb: "{{ vn_host_url }}"
|
||||
deb: "{{ item }}"
|
||||
with_items: "{{ deb_packages }}"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
EXTRA_ARGS=()
|
||||
|
||||
OPTSTRING="i:l:"
|
||||
OPTSTRING=":i:l:"
|
||||
while getopts ${OPTSTRING} opt; do
|
||||
case ${opt} in
|
||||
i)
|
||||
|
|
Loading…
Reference in New Issue