I though package_facts module seemed useful but on a Ubuntu 18.04 server I get an "unsupported" message, is this a bug?
- name: get the rpm or apt package facts
package_facts:
manager: "auto"
output:
{"ansible_facts": {"packages": {}}, "changed": false, "msg": "Unsupported package manager: auto"}
If a change to manager "apt" I get:
FAILED! => {"changed": false, "msg": "Unable to use the apt python bindings, please ensure they are installed under the python the module runs under"}