From 9ef7f7588ed03f6e857d781d61e6d0137e8b3407 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 8 Feb 2023 17:52:29 +0000 Subject: [PATCH] Fix typo: python3_pip_packages -> pip_packages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51b3547..13b76be 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ If you would like to run Ansible Molecule to test this role, the requirements ar The packages listed in `install_python.system_packages` will be installed by the OS package manager, NOT by pip. -`python3_pip_packages`: list of Python packages to be installed by pip. This defaults to `[]`. +`pip_packages`: list of Python packages to be installed by pip. This defaults to `[]`. ## Dependencies