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
Our deployment playbook uses the Ansible module apt_key. From its docs:
Notes:
The apt-key command used by this module has been deprecated. See the Debian wiki for details. This module is kept for backwards compatibility for systems that still use apt-key as the main way to manage apt repository keys.
Our deployment playbook uses the Ansible module apt_key. From its docs:
Let's use the module
deb822_repository
instead. This blog post and the linked examples might be useful.The text was updated successfully, but these errors were encountered: