From 19f642feb1b72a778809d2f1b815f9a1e980d5a9 Mon Sep 17 00:00:00 2001 From: Nick Janetakis Date: Fri, 8 Sep 2023 08:54:43 -0400 Subject: [PATCH] Remove deprecated edge and nightly channels --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8945265..ab5eace 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,8 @@ Usage: `ansible-playbook docker.yml` #### Channel -Do you want to use the "stable", "edge", "testing" or "nightly" channels? You -can add more than one (order matters). +Do you want to use the "stable" or "test" channel? You can add more than one +(order matters). ```yml docker__channel: ["stable"]