mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-19 05:19:35 +00:00
11 lines
206 B
YAML
11 lines
206 B
YAML
---
|
|
# Set up Docker
|
|
# See also: legacy gce.sh script
|
|
|
|
# Distribution-specific tasks:
|
|
- include: debian.yml
|
|
when: ansible_os_family == "Debian"
|
|
|
|
- include: redhat.yml
|
|
when: ansible_os_family == "RedHat"
|