rundeck-plugins / ansible-plugin

Ansible Integration for Rundeck
MIT License
329 stars 99 forks source link

Global environment variables are not passed #369

Open fbarriere opened 1 month ago

fbarriere commented 1 month ago

Hi,

I used to pass variables (vault passwords) from the key storage to the Ansible step through environment variable, but since the latest version the environment is cleared and the variables are not passed to the ansible-playbook run. Was it intended ? Is there a documentation regarding the details of the new use of a temporary vault (because it fails on my jobs) ?