Advertisement
jfabernathy

ansible-bookworm

Jul 11th, 2022
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. jim@debian:~/ansible$ ./mythtv.yml --limit=localhost --check
  2. BECOME password:
  3.  
  4. PLAY [mythtv_hosts] ******************************************************************************************
  5.  
  6. TASK [Gathering Facts] ***************************************************************************************
  7. [WARNING]: Platform linux on host localhost is using the discovered Python interpreter at
  8. /usr/bin/python3.10, but future installation of another Python interpreter could change the meaning of that
  9. path. See https://docs.ansible.com/ansible-core/2.12/reference_appendices/interpreter_discovery.html for more
  10. information.
  11. ok: [localhost]
  12.  
  13. TASK [common : Information used to select which roles/tasks run] *********************************************
  14. ok: [localhost] => {
  15. "msg": [
  16. "Inventory Hostname: localhost",
  17. "Distribution: Debian",
  18. "Major Version: testing",
  19. "Package Manager: apt"
  20. ]
  21. }
  22.  
  23. TASK [mythtv-deb : create a list of deb compilers and build essentials] **************************************
  24. ok: [localhost]
  25.  
  26. TASK [mythtv-deb : add mythtv essential build libraries] *****************************************************
  27. ok: [localhost]
  28.  
  29. TASK [mythtv-deb : add mythtv extra build libraries] *********************************************************
  30. ok: [localhost]
  31.  
  32. TASK [mythtv-deb : include_tasks] ****************************************************************************
  33. included: /home/jim/ansible/roles/mythtv-deb/tasks/debian.yml for localhost
  34.  
  35. TASK [mythtv-deb : add mythtv extra build libraries] *********************************************************
  36. ok: [localhost]
  37.  
  38. TASK [mythtv-deb : add mythtv extra build libraries (Stretch and later)] *************************************
  39. ok: [localhost]
  40.  
  41. TASK [mythtv-deb : add mythtv essential plugin libraries] ****************************************************
  42. ok: [localhost]
  43.  
  44. TASK [mythtv-deb : add mythtv essential perl modules] ********************************************************
  45. ok: [localhost]
  46.  
  47. TASK [mythtv-deb : add mythtv essential plugin libraries] ****************************************************
  48. ok: [localhost]
  49.  
  50. TASK [mythtv-deb : final package list] ***********************************************************************
  51. ok: [localhost] => {
  52. "msg": "git,g++,make,build-essential,nasm,automake,libtool,ccache,pkg-config,uuid-dev,libfreetype6-dev,libmp3lame-dev,libxv-dev,libxxf86vm-dev,libxinerama-dev,libxrandr-dev,libxml2-dev,libavahi-compat-libdnssd-dev,libexiv2-dev,libasound2-dev,libegl1-mesa-dev,liblzo2-dev,libhdhomerun-dev,libsamplerate0-dev,libxnvctrl-dev,libzip-dev,libsoundtouch-dev,libva-dev,libdrm-dev,libvdpau-dev,libass-dev,libxvidcore-dev,libx264-dev,libvpx-dev,libbluray-bdj,libavc1394-dev,libiec61883-dev,libpulse-dev,libfftw3-dev,libssl-dev,libsystemd-dev,libgnutls28-dev,libcec-dev,libcrystalhd-dev,libbluray-dev,libx265-dev,libminizip-dev,libdbi-perl,libdbd-mysql-perl,libnet-upnp-perl,libwww-perl,libio-socket-inet6-perl,libdate-manip-perl,libxml-simple-perl,libxml-xpath-perl,libimage-size-perl,libdatetime-format-iso8601-perl,libsoap-lite-perl,libjson-perl,libvorbis-dev,libflac-dev,libflac++-dev,libtag1-dev,libcdio-dev,libcdio-paranoia-dev"
  53. }
  54.  
  55. TASK [mythtv-deb : install packages] *************************************************************************
  56. fatal: [localhost]: FAILED! => {"changed": false, "msg": "No package matching 'libcrystalhd-dev' is available"}
  57.  
  58. PLAY RECAP ***************************************************************************************************
  59. localhost : ok=12 changed=0 unreachable=0 failed=1 skipped=17 rescued=0 ignored=0
  60.  
  61.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement