How do I install ansible-lint offline without using pip3? #2281
Unanswered
huitingyeong
asked this question in
General
Replies: 1 comment 5 replies
-
pip 19.0+ is required for installation (https://ansible-lint.readthedocs.io/en/latest/installing/#from-source) so that will be tricky. even in an air-gapped environment you will have to update and install things, so perhaps request pip to be included in the allowed application list? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I would like to install ansible-lint in a secure environment that does not have network connection and pip3. Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions