-
Hello. I would like to use the docker toolset as my ansible control machine during molecule testing.
The changes made in requirements.txt: Then I execute docker build command to create an image: (console logs)
Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them To verify if boto is installed, I tried to run pip list:
Here are some other information:
Does anyone has an idea about this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
SOLVED. The mistake is in the ansible code itself.
Remove this. |
Beta Was this translation helpful? Give feedback.
SOLVED.
The mistake is in the ansible code itself.
There was an inclusion of ansible_python_interpreter within create.yml.
vars: ansible_python_interpreter: /usr/bin/python3
Remove this.