File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -606,6 +606,19 @@ If you are updating from **6.14.0 or 6.14.1 on Windows**, use the following step
606
606
607
607
For more details, see [Critical Bug in Uninstaller for Datadog Agent 6.14.0 and 6.14.1 on Windows][11].
608
608
609
+ # ## Ubuntu 20.04 broken by service_facts
610
+
611
+ Running the `service_facts` module on Ubuntu 20.04 causes the following error :
612
+
613
+ ` ` `
614
+ localhost | FAILED! => {
615
+ "changed": false,
616
+ "msg": "Malformed output discovered from systemd list-unit-files: accounts-daemon.service enabled enabled "
617
+ }
618
+ ` ` `
619
+
620
+ To fix this, [update Ansible to `v2.9.8` or above][16].
621
+
609
622
[1] : https://galaxy.ansible.com/Datadog/datadog
610
623
[2] : https://github.com/DataDog/ansible-datadog
611
624
[3] : https://docs.datadoghq.com/agent/autodiscovery
@@ -621,3 +634,4 @@ For more details, see [Critical Bug in Uninstaller for Datadog Agent 6.14.0 and
621
634
[13] : https://github.com/DataDog/ansible-datadog/blob/main/tasks/agent-linux.yml
622
635
[14] : https://github.com/DataDog/ansible-datadog/blob/main/tasks/agent-win.yml
623
636
[15] : https://www.datadoghq.com/blog/datadog-marketplace/
637
+ [16] : https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#id61
You can’t perform that action at this time.
0 commit comments