Oefenweb / ansible-r

Ansible role to set up (the latest version of) R in Ubuntu systems
MIT License
42 stars 27 forks source link

Need to install dirmngr from apt #36

Closed thiagogomesverissimo closed 3 years ago

thiagogomesverissimo commented 5 years ago

It is necessary install dirmngr package before run this role, error for debian 9 when the roles tries to add the gpg key:

"Warning: apt-key output should no
t be parsed (stdout is not a terminal)\ngpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory\ng
tersmitten commented 5 years ago

https://github.com/Oefenweb/ansible-percona-toolkit/blob/master/tasks/repository.yml#L3

tersmitten commented 5 years ago

Unfortunate that it is not working. However Debian (9) is not supported

tersmitten commented 5 years ago

Maybe you can update https://github.com/Oefenweb/ansible-r/pull/34

thiagogomesverissimo commented 5 years ago

ok, I will do that.