How to install custom pip library #254
Replies: 2 comments 2 replies
-
You must understand I can't just keep adding pip packages. I've done that in the passed. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I didn't know that I had this mechanism, it's really useful and good
enough for my needs.
Thanks!
…------ Original Message ------
From "AnsibleGuy76" ***@***.***>
To "ansibleguy76/ansibleforms" ***@***.***>
Cc "Oriol Rius" ***@***.***>; "Author"
***@***.***>
Date 21/01/2025 14:47:18
Subject Re: [ansibleguy76/ansibleforms] How to install custom pip
library (Discussion #254)
F30AA35C-C5F1-400B-9D46-239B6ACBBB7A.png (view on web)
<https://github.com/user-attachments/assets/fb17a107-8754-49c2-933a-345fa0e56ec7>
CC7309A8-9FBF-4A5F-8211-78E01D593BE6.png (view on web)
<https://github.com/user-attachments/assets/8f5497b7-6dfd-4f1d-8834-1a98e1d6c3e7>
—
Reply to this email directly, view it on GitHub
<#254 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMPMULWOEU6F7KQ7WJ3X4L2LZFWNAVCNFSM6AAAAABVSSCIAOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOJQGI3TOMQ>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 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.
-
Describe the bug
When you want to use Ansible filter: password_hash it requires the library
passlib
and it isn't provided in the Docker image.To Reproduce
Steps to reproduce the behavior:
password_hash
. For instance:Expected behavior
It has to work without any errors. Because if I manually install the python library:
passlib
it works without any error.Screenshots
If applicable, add screenshots to help explain your problem.
Version
ansibleforms v5.0.7
Deployment
Deployed ansibleforms with :
Suggested solution
Just modify the
Dockerfile
line 24 replacing this:Beta Was this translation helpful? Give feedback.
All reactions