mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
* Replace apt_key with get_url Removing deprecated call to apt_key and replacing with a direct download of the key into trusted.gpg.d due to the apt-key command returning an error on newer releases. * Dearmor GPG key * Use new apt keyring method when supported Changed playbook logic to run classic apt-key task for older Debian releases and use new keyring location for newer releases