Added rhel8/fed28 python3 venv instructions to documentation#92
Open
aenertia wants to merge 2 commits intomgmt-sa-tiger-team:masterfrom
Open
Added rhel8/fed28 python3 venv instructions to documentation#92aenertia wants to merge 2 commits intomgmt-sa-tiger-team:masterfrom
aenertia wants to merge 2 commits intomgmt-sa-tiger-team:masterfrom
Conversation
modified: roles/gitlab-postconfig/tasks/main.yml modified: vars/main.yml @jwp : Modified the main.yml variable to add a pinned gitlab upstream version (gitlab_version: "12.6.7-ce.0.el7") even for ansible>2.8 which is needed for what appears to be a deprecated API call made in the gitlab-postconfig role. Details here: mgmt-sa-tiger-team#93 Offending gitlab versions appear to be from the 12.8.1 release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Virtualenv is required on RHEL8 and fed28=> due to multiple installable version of python causing failure during pywinrm module invocation from plays.
This adds a couple of lines to the readme to show how to create a venv and install local pip packages into that venv.