Zack Williams | e0d9eb9 | 2020-11-29 22:39:20 -0700 | [diff] [blame] | 1 | --- |
| 2 | # docker vars/Debian.yml |
| 3 | # |
| 4 | # SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
| 5 | # SPDX-License-Identifier: Apache-2.0 |
| 6 | # |
| 7 | # NOTE: Only put platform/OS-specific variables in this file. |
| 8 | # Put all other variables in the 'defaults/main.yml' file. |
| 9 | |
| 10 | docker_package: "docker-ce" |
| 11 | |
| 12 | docker_service: "docker" |
| 13 | |
| 14 | # docker packages start with 5 for epoch currently |
| 15 | # see https://manpages.debian.org/buster/dpkg-dev/deb-version.7.en.html |
| 16 | docker_apt_epoch: "5" |