Skip to content

Commit 0fea9df

Browse files
authored
Add troubleshooting instructions about service_facts breaking Ubuntu 20.04 (#449)
* Add troubleshooting instructions about service_facts * Put text before links * Fix links
1 parent 4a0cb68 commit 0fea9df

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,19 @@ If you are updating from **6.14.0 or 6.14.1 on Windows**, use the following step
606606

607607
For more details, see [Critical Bug in Uninstaller for Datadog Agent 6.14.0 and 6.14.1 on Windows][11].
608608

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+
609622
[1]: https://galaxy.ansible.com/Datadog/datadog
610623
[2]: https://github.com/DataDog/ansible-datadog
611624
[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
621634
[13]: https://github.com/DataDog/ansible-datadog/blob/main/tasks/agent-linux.yml
622635
[14]: https://github.com/DataDog/ansible-datadog/blob/main/tasks/agent-win.yml
623636
[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

0 commit comments

Comments
 (0)