** Description changed: systemd list-unit-files format changed in version 245 This results in ansible failing with the error "Malformed output discovered from systemd list-unit-files: <unit.name>" when service_facts is queried Solution is to update ansible from v2.9.7 to at least v2.9.8 + To reproduce this error, run `ansible localhost -m service_facts` + Related patch: https://github.com/ansible/ansible/commit/bd4fdb1ca23fb043789042074f3f9fa4fb07fbf1
** Description changed: systemd list-unit-files format changed in version 245 This results in ansible failing with the error "Malformed output discovered from systemd list-unit-files: <unit.name>" when service_facts is queried Solution is to update ansible from v2.9.7 to at least v2.9.8 - To reproduce this error, run `ansible localhost -m service_facts` + To reproduce this error, run: + + $ ansible localhost -m service_facts Related patch: https://github.com/ansible/ansible/commit/bd4fdb1ca23fb043789042074f3f9fa4fb07fbf1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1880359 Title: "Malformed output discovered from systemd list-unit-files" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ansible/+bug/1880359/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
