rvm / rvm1-ansible

The official ansible RVM role to install and manage your Ruby versions.
MIT License
271 stars 136 forks source link

gpg task fails on Debian stable #199

Open Scaramush opened 5 years ago

Scaramush commented 5 years ago

Can be fixed by adding --no-tty parametr to shell task: shell: 'gpg --no-tty --batch --keyserver {{ item }} --recv-keys {{ rvm1_gpg_keys }}'

thbar commented 2 years ago

Note to @sfgeorge - I wonder if this is already covered by some tests at the moment (anyone can look into it, not just you :P)