-
Heya, Currently I have an issue with my ansible-lint action where both pip and ansible galaxy expect the /requirements.yml file to be their requirements file. Is there any documentation for the docker upstream images used to set up python, so I can find a way for both of these requirements files to coexist? Thanks My ansible lint file:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Do not confuse pip |
Beta Was this translation helpful? Give feedback.
-
Thanks, That solves the issue, but I'm still not able to find where in the documentation for the action I'm meant to have found that. |
Beta Was this translation helpful? Give feedback.
Do not confuse pip
requirements.txt
file with Ansiblerequirements.yml
file.