]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
paddles: Correct paddles_docker_packages
authorZack Cerza <zack@redhat.com>
Mon, 27 Feb 2023 23:29:05 +0000 (16:29 -0700)
committerZack Cerza <zack@redhat.com>
Tue, 28 Feb 2023 19:12:01 +0000 (12:12 -0700)
python-docker doesn't exist on 20.04; python3-docker does, and also on
18.04, and requires python3-requests.

Signed-off-by: Zack Cerza <zack@redhat.com>
roles/paddles/vars/apt_systems.yml

index a28fe7408a7655c6fe73c48af2339651a23441d5..3c1b1eee9a8b002f17ace1d1ae3cf869ed44d434 100644 (file)
@@ -18,9 +18,7 @@ paddles_extra_packages:
 
 paddles_docker_packages:
   - docker.io
-  # docker swarm needs the requests module
-  - python-requests
-  - python-docker
+  - python3-docker
 
 # We need this so we can disable apache2 to get out of the way of nginx
 apache_service: 'apache2'