WillDarragh / ansible-role-vagrant_libvirt

Ansible role for installing vagrant with vagrant-libvirt plugin
0 stars 0 forks source link

Problem with apt #1

Open castroflavio opened 2 years ago

castroflavio commented 2 years ago

This line is causing me problems:

The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 605C66F00D6C9793

tasks file for vagrant_libvirt

guedes84 commented 2 years ago

Try these commands on shell terminal:

apt-key adv --keyserver http://deb.debian.org --recv-keys 648ACFD622F3D138 apt-key adv --keyserver http://deb.debian.org --recv-keys 0E98404D386FA1D9 apt-key adv --keyserver http://deb.debian.org --recv-keys 605C66F00D6C9793