Skip to content
New issue

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

Role fails when using a vault-encrypted token variable #67

Closed
dale-c-anderson opened this issue Sep 24, 2019 · 1 comment
Closed

Role fails when using a vault-encrypted token variable #67

dale-c-anderson opened this issue Sep 24, 2019 · 1 comment

Comments

@dale-c-anderson
Copy link
Contributor

The check for the token in tasks/main.yml produces the following error if gitlab_runner_registration_token is encrypted with ansible vault:

object of type 'AnsibleVaultEncryptedUnicode' has no len()

According to ansible/ansible#33067, it looks like we can just throw a |string in there to work around it. I'll submit a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants