github.com/weaveworks/common@v0.0.0-20230728070032-dd9e68f319d5/tools/config_management/roles/docker-from-get.docker.com/tasks/main.yml (about) 1 --- 2 # Set up Docker 3 # See also: legacy gce.sh script 4 5 # Distribution-specific tasks: 6 - include: debian.yml 7 when: ansible_os_family == "Debian" 8 9 - include: redhat.yml 10 when: ansible_os_family == "RedHat"