9 lines
118 B
YAML
9 lines
118 B
YAML
---
|
|
- name: Install Docker and Docker Compose
|
|
hosts: all
|
|
become: true
|
|
gather_facts: true
|
|
|
|
roles:
|
|
- docker
|