This commit is contained in:
Cory Hawkless 2020-12-02 16:08:58 +10:30
parent df50c406a8
commit 02b04c01be
1 changed files with 1 additions and 1 deletions

View File

@ -83,5 +83,5 @@
apt: apt:
deb: "{{ item }}" deb: "{{ item }}"
with_items: with_items:
- "/tmp/ovn_20.06.0-1_amd64.deb" - "/tmp/ovn_20.09.0-1_amd64.deb"
when: force_new_ovn_download == True when: force_new_ovn_download == True