Selaa lähdekoodia

base: install python-docker-py

python-docker is no longer provided in CentOS
Vadim Rutkovsky 6 vuotta sitten
vanhempi
commit
eb027fa38a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      playbooks/init/base_packages.yml

+ 1 - 1
playbooks/init/base_packages.yml

@@ -36,7 +36,7 @@
       - "{{ 'python3-PyYAML' if ansible_distribution == 'Fedora' else 'PyYAML' }}"
       - libsemanage-python
       - yum-utils
-      - "{{ 'python3-docker' if ansible_distribution == 'Fedora' else 'python-docker' }}"
+      - "{{ 'python3-docker' if ansible_distribution == 'Fedora' else 'python-docker-py' }}"
       pkg_list_non_fedora:
       - 'python-ipaddress'
       pkg_list_use_non_fedora: "{{ ansible_distribution != 'Fedora' | bool }}"