1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_versioncheck.git synced 2024-08-16 15:59:49 +02:00

Update 'Docs' of this role

This commit is contained in:
L3D 2020-01-15 21:41:26 +01:00
parent e2742b0ee8
commit b9a23e8dca
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -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!