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.
 
 

9 line
292 B

  1. ---
  2. collections:
  3. # community.docker >= 3.6.0 is required for:
  4. # - community.docker.docker_image_pull module (pull-only operations)
  5. # - community.docker.docker_image_build module (build with BuildKit support)
  6. - name: community.general
  7. - name: community.docker
  8. version: ">=3.6.0"