I'm trying to follow the instructions for installing MaraDB apt package (https://downloads.mariadb.org/mariadb/repositories/#distro=Ubuntu&distro_release=precise&version=5.5). It proposes to add a key like this:
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db So I tried this in the playbook: apt_key: keyserver="hkp://keyserver.ubuntu.com:80" id=0xcbcb082a1bb943db state=present And got the error "urlopen error unknown url type: hkp". Have I used the right syntax? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/1643b231-943d-4651-9522-0a04556166e0%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
