From 38290f6ceb4806b37a8ffd863daf1fb2eb0dd4f9 Mon Sep 17 00:00:00 2001 From: danielewood <23008560+danielewood@users.noreply.github.com> Date: Thu, 10 Nov 2022 13:19:55 -0700 Subject: [PATCH] Remove no longer relevant section. --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 0d90869..af3087f 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,7 @@ None. Available variables are listed below, along with default values (see `defaults/main.yml`): - docker_packages: - - "docker-ce" - - "docker-ce-cli" - - "docker-ce-rootless-extras" - docker_packages_state: present - -You can also specify a specific version of Docker to install using the distribution-specific format: +You can specify a specific version of Docker to install using the distribution-specific format: Red Hat/CentOS: `docker-ce-` (Note: you have to add this to all packages); Debian/Ubuntu: `docker-ce=` (Note: you have to add this to all packages).