Update ansible scripts to use py3 for Ubuntu and Fedora
[barometer.git] / docker / ansible / roles / install_docker / tasks / main.yml
index 7e015bb..ba35656 100644 (file)
   import_tasks: ubuntu.yml
   when: ansible_distribution == "Ubuntu"
 
+- name: install docker for fedora
+  tags:
+    - install_docker
+  import_tasks: fedora.yml
+  when: ansible_distribution == "Fedora"
+
 - name: install docker for centos
   tags:
      - install_docker