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
Thanks for the report, and sorry for the (very) late answer! I opened #301 which should fix this issue. Feel free to comment if you think there's anything that could be improved there!
Hi!
Documentation of Ansible's
yum
module says:but
ansible-datadog
usesyum
unconditionally, seeansible-datadog/tasks/pkg-redhat/install-pinned.yml
Line 3 in cc91795
ansible-datadog/tasks/pkg-redhat/install-latest.yml
Line 3 in cc91795
Python 2 was retired at January 1, 2020 and I'm working on switching to Python 3 as probably many others.
I believe
ansible-datadog
should usednf
module instead ofyum
if the current interpreter is 3.The text was updated successfully, but these errors were encountered: