From 9d24932b238abbe2aa3745633d5e1f0e6ac48b1e Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Wed, 23 Apr 2025 00:23:18 -0700 Subject: [PATCH] Update tag list in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34d8fa9..60df85f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ Images are tagged with the version of `ansible-core` included in the image. Ther - `2.18`, `latest` - `2.16`, `python2.7`, `python3.6` EOL, but kept around for use with managed nodes that only support Python 2.7 -- `2.10`, `2.9` EOL, but kept around for playbooks that still only work with classic Ansible +- `2.10` EOL, but kept around for playbooks that still only work with classic Ansible +- `2.9` EOL, but kept around for playbooks that still only work with classic Ansible ## Usage -- GitLab