ansible-role-lets-encrypt-route-53
ansible-role-lets-encrypt-route-53 copied to clipboard
Revert ansible interpreter
This is probably a bit of an edge case, but I noticed an issue when using this role.
To replicate the issue, you would have to have a playbook that delegates a task to localhost once the plays in this role have completed. I was getting a permission denied on the path to the python in the virtualenv, presumably because it doesn't exist on localhost.
The fix is to flag that the interpreter has been changed and revert to the 'discovered' python interpreter at the end of the plays in the role.
@jsmcnair are you planning on addressing the feedback in the PR?