<div dir="ltr"><div>I'm slowly moving to Debian which means Debian 12 bookworm right now.  Ansible supports Debian 12 now; however as I move to Linux Mint's version of Debian 12 I find something missing in ansible.  Most likely a naming issue. The dependencies should be the same.</div><div><br></div><div>Here is the console on a fresh VM from ansible:</div><div><br></div><div>./mythtv.yml --limit=localhost<br>BECOME password: <br><br>PLAY [mythtv_hosts] ***************************************************************************************************************<br><br>TASK [Gathering Facts] ************************************************************************************************************<br>[WARNING]: Platform linux on host localhost is using the discovered Python interpreter at /usr/bin/python3.11, but future<br>installation of another Python interpreter could change the meaning of that path. See <a href="https://docs.ansible.com/ansible-" target="_blank">https://docs.ansible.com/ansible-</a><br>core/2.14/reference_appendices/interpreter_discovery.html for more information.<br>ok: [localhost]<br><br>TASK [include_role : common] ******************************************************************************************************<br><br>TASK [common : Debian information used to select which roles/tasks run] ***********************************************************<br>ok: [localhost] => {<br>    "msg": [<br>        "inventory_hostname:                 localhost",<br>        "ansible_distribution:               LMDE",<br>        "ansible_distribution_release:       faye",<br>        "ansible_distribution_major_version: 6",<br>        "ansible_lsb.major_release:          6",<br>        "ansible_pkg_mgr:                    apt"<br>    ]<br>}<br><br>TASK [include_role : mythtv-deb] **************************************************************************************************<br><br>TASK [mythtv-deb : create list of packages known to all Debian distributions] *****************************************************<br>ok: [localhost]<br><br>TASK [mythtv-deb : add unique packages based on distributions] ********************************************************************<br><span style="color:rgb(255,0,0)">fatal: [localhost]: FAILED! => {"reason": "Could not find or access '/home/jim/ansible/lmde.yml' on the Ansible Controller."}</span><br><br>PLAY RECAP ************************************************************************************************************************<br>localhost                  : ok=3    changed=0    unreachable=0    failed=1    skipped=4    rescued=0    ignored=0   </div></div>