From f28674d78444de1c96e6d7ddc7b107d2163f115f Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 16 Jul 2024 14:12:48 -0500 Subject: [PATCH] Fix pip version for testing in CI. --- .github/workflows/ci.yml | 2 +- README.md | 2 +- molecule/default/pip.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cba7f33..6f2a2f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: playbook: converge.yml - distro: debian12 playbook: converge.yml - - distro: rockylinux8 + - distro: rockylinux9 playbook: pip.yml steps: diff --git a/README.md b/README.md index 320fd2a..a841876 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: "2.7.0" + ansible_install_version_pip: "9.6.1" ansible_install_pip_extra_args: "--user" roles: - role: geerlingguy.pip diff --git a/molecule/default/pip.yml b/molecule/default/pip.yml index 85a6645..6207802 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: "2.6.2" + ansible_install_version_pip: "9.6.1" ansible_install_pip_extra_args: "--user" roles: