11 lines
135 B
YAML
11 lines
135 B
YAML
---
|
|
|
|
- name: Install and configure Docker
|
|
hosts:
|
|
- ci_servers
|
|
- ci_runners
|
|
become: True
|
|
|
|
roles:
|
|
- geerlingguy.docker
|