From 675a60a9d7987db882cde0ffe7b14413ca01eaac Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 23 Jun 2021 14:08:53 -0400 Subject: [PATCH] Drop ansible 2.6 support for zuul-executor This is no longer supported. Change-Id: I549cdaad6253714b3cc358809a2b30c3f4913ccb Signed-off-by: Paul Belanger --- ansible/group_vars/zuul-executor.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ansible/group_vars/zuul-executor.yaml b/ansible/group_vars/zuul-executor.yaml index 977454d..3ebba44 100644 --- a/ansible/group_vars/zuul-executor.yaml +++ b/ansible/group_vars/zuul-executor.yaml @@ -94,12 +94,6 @@ ssh_key_private_content: | ssh_key_private_dest: "{{ ssh_user_home }}/.ssh/nodepool_id_rsa" zuul_executor_ansible: - - ansible_pip_name: - - ansible>=2.6,<2.7 - - ara - ansible_pip_virtualenv_python: python3 - ansible_pip_virtualenv: /opt/venv/ansible-2.6 - ansible_pip_virtualenv_symlink: /opt/venv/zuul-ansible/2.6 - ansible_pip_name: - ansible>=2.7,<2.8 - ara