blob: b4321914f444e586ffe173d02220f093a25b80bf [file] [log] [blame]
Zack Williams04575aa2022-03-19 21:51:44 -07001---
2# devtools tasks/chromium.yml
3#
4# SPDX-FileCopyrightText: 2022 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7- name: install chromium browser
8 apt:
9 name: "{{ devtools_chromium_apt }}"
10 state: present
11 update_cache: true
12 cache_valid_time: 3600