Initial devtools commit

Change-Id: Ia7b7afa7c5b310edfdb612c77fae49830a7bf5e7
diff --git a/tasks/chromium.yml b/tasks/chromium.yml
new file mode 100644
index 0000000..b432191
--- /dev/null
+++ b/tasks/chromium.yml
@@ -0,0 +1,12 @@
+---
+# devtools tasks/chromium.yml
+#
+# SPDX-FileCopyrightText: 2022 Open Networking Foundation <support@opennetworking.org>
+# SPDX-License-Identifier: Apache-2.0
+
+- name: install chromium browser
+  apt:
+    name: "{{ devtools_chromium_apt }}"
+    state: present
+    update_cache: true
+    cache_valid_time: 3600