mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 19:42:06 +00:00
11 lines
161 B
YAML
11 lines
161 B
YAML
---
|
|
- hosts: localhost
|
|
connection: local
|
|
vars:
|
|
docker_skip_cleanup: yes
|
|
|
|
tasks:
|
|
- name: Setup docker
|
|
import_role:
|
|
name: setup_docker
|