From f9fae45de3fbc5e0c3d2ebf87be0dbe985996475 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Wed, 9 Aug 2023 13:35:48 +0100 Subject: [PATCH] updated layout Signed-off-by: Mark Bolwell --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b41aa4d..fe6352d 100644 --- a/README.md +++ b/README.md @@ -186,13 +186,16 @@ uses: ## Local Testing -- ansible-base 2.10.17 - python 3.8 -- ansible-core 2.13.4 - python 3.10 -- ansible-core 2.15.1 - python 3.11 +- Ansible -makefile - this is there purely for testing and initial setup purposes. -pre-commit can be tested -Is run from with the directory + - ansible-base 2.10.17 - python 3.8 + - ansible-core 2.13.4 - python 3.10 + - ansible-core 2.15.1 - python 3.11 + +## Added Extras + +- makefile - this is there purely for testing and initial setup purposes. +- [pre-commit](https://pre-commit.com) can be tested and can be run from within the directory ```sh pre-commit run