python-docker is no longer provided in CentOS
@@ -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 }}"