Skip to content

Commit

Permalink
Merge pull request #107 from redhat-cop/mm-feature/update-collection-…
Browse files Browse the repository at this point in the history
…dep-docs

Make python requirements more obvious
  • Loading branch information
mikemorency authored Oct 14, 2024
2 parents 8475446 + 1f53c19 commit 1f3b50c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ It focuses on playbooks and roles that allow users to quickly and easily perform

This repository comes with an execution environment definition. This can be used to quickly build a container image that contains all of the software required to run the playbooks and roles in this repository. See [execution-environment/README.md](https://github.com/redhat-cop/cloud.vmware_ops/tree/main/execution-environment/README.md) for more information.

It is common for people to use `localhost` to run the tasks in this content since most tasks simply interact with the vSphere environment. If you do not use the execution environment, the following requirements are needed on whatever host runs the tasks:
### Python Requirements

It is common for people to use `localhost` to run the tasks in this content since most tasks simply interact with the vSphere environment. If you do not use the execution environment mentioned above, the following requirements are needed on whatever host runs the tasks:
- Python 3.9 or greater
- Python requirements found in [execution-environment/requirements.txt](https://github.com/redhat-cop/cloud.vmware_ops/tree/main/execution-environment/requirements.txt)

Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/107-document-python-requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- Made it clearer in the collection README where python requirements are documented

0 comments on commit 1f3b50c

Please sign in to comment.