Use python3-docker in fedora
@@ -39,6 +39,7 @@
- "{{ 'python-ipaddress' if ansible_distribution != 'Fedora' else '' }}"
- libsemanage-python
- yum-utils
+ - "{{ 'python3-docker' if ansible_distribution == 'Fedora' else 'python-docker' }}"
when: item != ''
register: result
until: result is succeeded