You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I want to mount a single file (in this case, a GPG agent socket) into an EE with container_volume_mounts, ansible-runner strips the filename away and tries to mount the whole directory. This results in a non-usable container.
If I want to mount a single file (in this case, a GPG agent socket) into an EE with
container_volume_mounts
, ansible-runner strips the filename away and tries to mount the whole directory. This results in a non-usable container.I don't understand why the code in
ansible-runner/src/ansible_runner/config/_base.py
Lines 422 to 445 in ec628a3
This is a minimal bugfix:
The text was updated successfully, but these errors were encountered: