From b9a23e8dcadede840eeb624219396623c099a7a5 Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 15 Jan 2020 21:41:26 +0100 Subject: [PATCH] Update 'Docs' of this role --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fdc96c0..c2c2552 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,20 @@ - Check Ansible Vesion + Check Ansible Version ======================== -This anisble role will be executet on ``localhost`` and check if a modern version of ansible is installed. + What is it doing? +-------------- -For exact details like which version is currently required and how to change it please have a look into the defaults folder! +This role check the ansible-playbook version and will fail, if it is to old. +This should help prevent bigger issues with to old ansible installations + + How to use? +----------- +This anisble role should be executet on ``localhost``. + +### Example playbook: + Modifications +------------ + +For possible modifications please have a look into the ``default`` Folder!