[mythtv-users] macosx
Bill Meek
keemllib at gmail.com
Tue May 3 03:29:55 UTC 2022
On 5/2/22 21:08, James Linder wrote:
>> On 3 May 2022, at 8:29 am, Bill Meek <keemllib at gmail.com> wrote:
ansible --inventory=hosts --module-name=setup --args="filter=ansible_distribution" localhost
> [WARNING]: Platform darwin on host localhost is using the discovered Python interpreter at
> /opt/local/bin/python3.10, but future installation of another Python interpreter could change
> the meaning of that path. See https://docs.ansible.com/ansible-
> "ansible_distribution": "MacOSX",
ansible --inventory=hosts --module-name=setup --args="filter=ansible_distribution_major_version" localhost
> "ansible_distribution_major_version": "10",
> "discovered_interpreter_python": "/opt/local/bin/python3.10"
ansible --inventory=hosts --module-name=setup --args="filter=ansible_distribution_major_version" localhost
Got 2 copies of the major version but not the ansible_pkg_mgr. The expected
value is: "macports"
Please do: ansible --inventory=hosts --module-name=setup --args="filter=ansible_pkg_mgr" localhost
> https://pastebin.com/9wcmmjxw
Good paste!
*All* of the mythtv-macports and qt5 roles are being skipped, not just the
ones just the ones that should be skipped.
--
Bill
More information about the mythtv-users
mailing list