diff --git a/ansible/roles/build-test-v8/tasks/partials/centos7.yml b/ansible/roles/build-test-v8/tasks/partials/centos7.yml deleted file mode 100644 index 672393c9a..000000000 --- a/ansible/roles/build-test-v8/tasks/partials/centos7.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- - -# -# Install packages for V8 builds. -# - -- name: install httplib2 - ansible.builtin.yum: - name: ['python2-httplib2', 'python3-httplib2'] - state: present - -- name: install dependencies for V8 build tools (Python 3) - ansible.builtin.pip: - executable: pip-3 - name: ['httplib2', 'six'] - state: present