blob: 7c7d5cebcc5481cbdde23569d0ad9c4260d48f34 [file] [log] [blame]
Zack Williams5b5d9a72020-11-06 13:59:06 -07001---
2# pxeboot tasks/Debian.yml
3#
4# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7- name: Install unzip to decompress files
8 apt:
9 name:
10 - "unzip"
11 state: "present"
12 update_cache: true
13 cache_valid_time: 3600