You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
364 B

  1. ---
  2. - name: Solve problem with libgd3 for php-gd
  3. hosts: [ 'debian10' ]
  4. tasks:
  5. - copy:
  6. dest: '/etc/apt/preferences.d/libgd-pin100'
  7. content: |-
  8. Package: libgd3
  9. Pin-Priority: 100
  10. - shell: |-
  11. apt update
  12. apt install -t bullseye libgd3 -yy
  13. apt-cache policy libgd3
  14. apt install php8.1-gd -yy