From a6839112ce997d668ac98b29e58814540803c8c0 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 16 Jul 2024 23:03:14 -0500 Subject: [PATCH] Use more better version of Ansible for Pip install CI testing. --- README.md | 2 +- molecule/default/pip.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a841876..2a0203f 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Install from pip: - hosts: servers vars: ansible_install_method: pip - ansible_install_version_pip: "9.6.1" + ansible_install_version_pip: "8.6.0" ansible_install_pip_extra_args: "--user" roles: - role: geerlingguy.pip diff --git a/molecule/default/pip.yml b/molecule/default/pip.yml index 6207802..c5cf48b 100644 --- a/molecule/default/pip.yml +++ b/molecule/default/pip.yml @@ -6,7 +6,7 @@ vars: ansible_install_method: pip ansible_pip_executable: pip3 - ansible_install_version_pip: "9.6.1" + ansible_install_version_pip: "8.6.0" ansible_install_pip_extra_args: "--user" roles: