How to use aws_s3 ? I'm not sure how to set the python interpreter to then use botocore and boto3 #2296
Replies: 1 comment
-
Mmmh, I wanted an S3 operation executed on a remote host, so it is on the remote host that I needed to get the Python interpreter |
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.
-
Hi there,
I have set in my inventory file (as this is apparently the path of the interpreter within a standard Semaphore docker image - I used "which python" to obtain this path):
ansible_python_interpreter: /opt/semaphore/apps/ansible/9.4.0/venv/bin/python3
But I get this error message - help appreciated!:
Beta Was this translation helpful? Give feedback.
All reactions