chore: update role for ubuntu 24

This commit is contained in:
2024-09-07 19:28:02 +00:00
parent 23c179fb61
commit ebac9f8449
2 changed files with 1 additions and 1 deletions

View File

@@ -52,7 +52,6 @@ docker_python_libraries:
- docker==6.1.3 - docker==6.1.3
- jsondiff - jsondiff
- requests==2.31 - requests==2.31
- docker-compose
docker_set_registry_mirrors: false docker_set_registry_mirrors: false

View File

@@ -13,6 +13,7 @@
- name: install required python modules - name: install required python modules
pip: pip:
executable: pip3 executable: pip3
break_system_packages: true
name: "{{ docker_python_libraries }}" name: "{{ docker_python_libraries }}"
- name: Make sure the APT keyring directory exists - name: Make sure the APT keyring directory exists