From 81304398239f09baf5318ecc3c71233f925f40de Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Mon, 26 May 2025 11:30:33 -0700 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c090784..77a4612 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Images are tagged with the version of `ansible-core` included in the image. Ther - `2.18`, `python3.8`, `latest` - `2.16`, `python2.7`, `python3.6` EOL, but kept around for use with managed nodes that only support Python 2.7 or Python 3.6 -- `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 +- `2.10` EOL, but kept around for playbooks that only work with classic Ansible +- `2.9` EOL, but kept around for playbooks that only work with classic Ansible ## Usage -- GitLab