We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After digging through an issue we have, #362 I noticecd if I remove ansible-vault from my enviroment ansible begins to work.
Looking at the code, it seems a simple boolean option in the checkAnsibleVault() function in https://github.com/rundeck-plugins/ansible-plugin/blob/main/src/main/groovy/com/rundeck/plugins/ansible/ansible/AnsibleVault.java to force the function to fail will make rundeck bypass the ansible-vault bits of the code.
checkAnsibleVault()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After digging through an issue we have, #362 I noticecd if I remove ansible-vault from my enviroment ansible begins to work.
Looking at the code, it seems a simple boolean option in the
checkAnsibleVault()
function in https://github.com/rundeck-plugins/ansible-plugin/blob/main/src/main/groovy/com/rundeck/plugins/ansible/ansible/AnsibleVault.java to force the function to fail will make rundeck bypass the ansible-vault bits of the code.The text was updated successfully, but these errors were encountered: