updated docker to include jammy

This commit is contained in:
Shawn DeFede 2022-08-04 09:28:31 -04:00
parent 6bbc3d2a01
commit b55a99f30e
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@ docker_compose_path: /usr/local/bin/docker-compose
docker_repo_url: https://download.docker.com/linux
# Used only for Debian/Ubuntu. Switch 'stable' to 'nightly' if needed.
docker_apt_release_channel: stable
docker_apt_release_channel: edge
docker_apt_arch: amd64
docker_apt_repository: "deb [arch={{ docker_apt_arch }}] {{ docker_repo_url }}/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} {{ docker_apt_release_channel }}"
docker_apt_ignore_key_error: true

View File

@ -26,6 +26,7 @@ galaxy_info:
- xenial
- bionic
- focal
- jammy
galaxy_tags:
- web
- system