Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Fix typo: python3_pip_packages -> pip_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Feb 8, 2023
1 parent 2124c4e commit 9ef7f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9ef7f75

Please sign in to comment.