Copy File From Execution Environment Container to Local Host

Latest response

I'm trying to retain same files that are generated during job runtime in execution environment container, to the execution node that it is running on.

I have tried the method suggested in this https://www.ansible.com/blog/when-localhost-isnt-what-it-seems-in-red-hat-ansible-automation-platform-2

However, when I add the ":z" tag to the exposed path I get the following error. "lsetxattr /mydata: operation not permitted"

Responses