blob: 59ff0d8ae9204ec99e512890da07bd31a781c0de [file] [log] [blame]
Zack Williams04575aa2022-03-19 21:51:44 -07001---
2# devtools molecule/default/verify.yml
3#
4# SPDX-FileCopyrightText: 2022 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7- name: Converge
8 hosts: all
9
10 vars:
11 devtools_install:
12 - bazel
13 - chromium
14 - java11
15 - k8s
16 - shellcheck
17 - terraform
18 - yq
19
20 tasks:
21 - name: "Include devtools"
22 include_role:
23 name: "devtools"