You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When purging is enabled, Apt module fails to install the gnupg package, because existing repos are purged already, but no new repos installed yet. Overall that causes every resource (package mainly) depending on the Apt class to fail this run (except repos). Next run Apt will install gnupg just fine, because repos are already there.
It seems, gnupg is not required anymore on any supported Debian flavor atm. So maybe easy fix is just to drop it. But I'm not 100% sure.
Expected Behavior
To be able to install repos and packages in a single run.
Describe the Bug
When purging is enabled, Apt module fails to install the
gnupg
package, because existing repos are purged already, but no new repos installed yet. Overall that causes every resource (package
mainly) depending on the Apt class to fail this run (except repos). Next run Apt will installgnupg
just fine, because repos are already there.It seems,
gnupg
is not required anymore on any supported Debian flavor atm. So maybe easy fix is just to drop it. But I'm not 100% sure.Expected Behavior
To be able to install repos and packages in a single run.
Steps to Reproduce
include apt
.Environment
The text was updated successfully, but these errors were encountered: