Matrix Docker Ansible eploy
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.
 
 

13 lines
340 B

  1. # SPDX-FileCopyrightText: 2026 Chiu Ki Sit
  2. #
  3. # SPDX-License-Identifier: AGPL-3.0-or-later
  4. ---
  5. - name: Ensure requests Python package is pinned for Docker SDK compatibility (Synology)
  6. ansible.builtin.pip:
  7. name: requests==2.31.0
  8. state: present
  9. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_synology_boot_fix.yml"