Initial devtools commit

Change-Id: Ia7b7afa7c5b310edfdb612c77fae49830a7bf5e7
diff --git a/tasks/python2.yml b/tasks/python2.yml
new file mode 100644
index 0000000..2b275e6
--- /dev/null
+++ b/tasks/python2.yml
@@ -0,0 +1,11 @@
+---
+# SPDX-FileCopyrightText: 2022 Open Networking Foundation <info@opennetworking.org>
+# SPDX-License-Identifier: Apache-2.0
+
+- name: Install python2 (deprecated)
+  apt:
+    name:
+      - python2
+    state: present
+    update_cache: true
+    cache_valid_time: 3600