We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several GPG validation errors with Fedora 33 KDE fresh install
errors look like:
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to validate GPG signature for rpmfusion-nonfree-release-33-1.noarch"}
Places:
work arounds, as they fail:
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-33.noarch.rpm sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-33.noarch.rpm sudo rpm -i some_local_rpm.rpm
These workarounds are only need after initial install
The text was updated successfully, but these errors were encountered:
Same problem on 34
Work around continues
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-34.noarch.rpm sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-34.noarch.rpm sudo rpm -i some_local_rpm.rpm
Sorry, something went wrong.
Resolved by PR #60
Also NOTE since this has some visibility all I did was disable_gpg_check: yes in the dnf module
disable_gpg_check: yes
dnf
No branches or pull requests
Several GPG validation errors with Fedora 33 KDE fresh install
errors look like:
Places:
work arounds, as they fail:
These workarounds are only need after initial install
The text was updated successfully, but these errors were encountered: