[mythtv-users] ansible
Bill Meek
keemllib at gmail.com
Tue Jun 20 07:15:05 UTC 2023
On Tuesday 20 June 2023 01:02:54 AM (-05:00), James wrote:
> I decided to build master (to explore PBs stuff)
> I pulled ansible
>
> PLAY RECAP
*************************************************************************************************
> localhost : ok=22 changed=1 unreachable=0
failed=0 skipped=23 rescued=0 ignored=0
>
> and got from configure
>
> # Bindings
> bindings_perl yes
> bindings_python no
> bindings_php yes
>
> What does 'skipped' mean?
> James
It means that a task wasn't run because some condition wasn't met. In
ansible.cfg,
the line: display_skipped_hosts = False prevents those tasks from printing
(you
only see the count in the PLAY RECAP).
Especially for this playbook, there isn't a need to see the tasks for
versions not
used to print. Plus, ansible_pkg_mgr roles for everything OTHER than yours
don't print. E.g. if you your host uses 'apt' there's no need to see 'dnf',
'pacman',
'yum' ... .
--
Bill
More information about the mythtv-users
mailing list