I have a remote server with a file on it. One line in that file is the following:
authorizationToken=<hash or empty string>
I'd like to set a variable in a role to the value of whatever's after the equals sign on that line, if anything (it might be a hash, or it might be an empty string).
What's the least awful way to do this?