Matrix Docker Ansible eploy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ---
- collections:
- # community.docker >= 3.6.0 is required for:
- # - community.docker.docker_image_pull module (pull-only operations)
- # - community.docker.docker_image_build module (build with BuildKit support)
- - name: community.general
- - name: community.docker
- version: ">=3.6.0"
|