[mythtv-users] macosx
Bill Meek
keemllib at gmail.com
Mon May 2 23:00:16 UTC 2022
On 5/2/22 17:32, James wrote:
>
>
>> On 2 May 2022, at 6:01 pm, John Hoyt <john.hoyt at gmail.com <mailto:john.hoyt at gmail.com>> wrote:
>>
>> ansible-playbook-3.10 --extra-vars="ansible_python_interpreter=/opt/local/bin/python3.10 install_qtwebkit=true" qt5.yml --ask-become-pass
>
> Just tried
>
> ansible-playbook-3.10 --extra-vars="ansible_python_interpreter=/opt/local/bin/python3.10 install_qtwebkit=true" qt5.yml --ask-become-pass -i
> hosts
>
> still skipped=155
Skipping is OK actually. I just means that the ansible tasks for other distributions
or versions weren't done, and they shouldn't be. I get 184 skipped on my Ubuntu host.
The lines that are skipped shouldn't include:
TASK [mythtv-macports : <various tasks>] *****************************...
The items of concern are failed (and you had none) and OK. A value of 1, like you
posted means that the task that gets information about the host worked.
I'd re-run it again and add the -v switch. pastebin the output (it will be long)
add add a link to it here if there's nothing obvious about it.
Please add the command lines and output of these:
ansible --inventory=hosts --module-name=setup --args="filter=ansible_distribution" localhost
ansible --inventory=hosts --module-name=setup --args="filter=ansible_distribution_major_version" localhost
ansible --inventory=hosts --module-name=setup --args="filter=ansible_pkg_mgr" localhost
--
Bill
More information about the mythtv-users
mailing list