From afb6577c7717a195bd20dbd4c44670e71486e98e Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 10 Nov 2023 14:19:09 -0500 Subject: [PATCH] remove virtualenv_python --- test-lint-rhel8.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/test-lint-rhel8.yml b/test-lint-rhel8.yml index ab1b747..87ec70a 100644 --- a/test-lint-rhel8.yml +++ b/test-lint-rhel8.yml @@ -23,7 +23,6 @@ ansible.builtin.pip: name: "ansible-lint=={{ ansible_lint_vers }}" virtualenv: "{{ ansible_lint_venv }}" - virtualenv_python: python3.9 - name: Ansible Lint Debug Information