Brian Coca
Brian Coca
addressed in #78696
that is what apt_repository now falls back on, we were debating on creating a gpg module, rewriting apt_key to use gpg or creating a new modulle to avoid the confusion...
found a simpler way, no need to de-armor, since apt can just use the key as is. #78206 add it to both apt and apt_key docs
@docapotamus nothing that i know of, i tested it and 'it works for me'TM but I really don't know the inner workings nor conditions for success, I was just given...
have you tried to follow my example and acutally use the `.asc` extension?
apt_repository already uses gpg as a fallback if apt-key is not present, we are still unsure if we need to update apt_key to just be a gpg wrapper or deprecate...
@netsandbox we will probably end up with all 3 dirs as possible targets in order of preference. If the prefered does not exist, fallback to the others as they are...
@geerlingguy or just make a role ... which is totally the ansible way.
@netsandbox yet we still need to work with older versions which actually did use that directory via apt-key, we cannot have it both ways, we either break backwards compatibility or...
`vars` is not a feature, use the vars lookup instead