mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
9 lines
No EOL
219 B
YAML
9 lines
No EOL
219 B
YAML
version: "3"
|
|
|
|
services:
|
|
ansible:
|
|
image: mcr.microsoft.com/devcontainers/base:ubuntu
|
|
volumes:
|
|
- ..:/workspaces/ansible_collections/community/general
|
|
restart: always
|
|
command: sleep infinity |