-
-
Notifications
You must be signed in to change notification settings - Fork 137
Added task for GPG key imports. Fixes rvm/rvm1-ansible#14. #15
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 8000 ’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
👍 |
I'll check |
89a6fcd
to
8e331da
Compare
Fixed conflicts, had too old version of repo when added task. |
command: 'gpg --keyserver hkp://keys.gnupg.net --recv-keys {{ rvm1_gpg_keys }}' | ||
changed_when: False | ||
when: not rvm_binary.stat.exists | ||
changed_when: False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
double changed_when: False
?
Nice, one last thing and we're good to go for a merge. Can you move the variable from Here's the docs for the readme to drop into the defaults section:
The changes to the task:
|
Added task for GPG key imports. Fixes #14.
Thanks for the contribution, it has been released as |
You're welcome. |
This fixed issue in our environment.