From 7bd6517cab951c483bad58353d99d5e1e606212a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 28 Mar 2020 16:58:23 +0100 Subject: [PATCH] Add requirements documentation --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 1dd7d70..5940aac 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ Ansible libraries for manging Gandi resources. +## Requirements + +- [Ansible >= 2.9.6](https://pypi.org/project/ansible/) +- [Gandi.cli >= 1.5](https://pypi.org/project/gandi.cli/) + +```bash +$ pip install ansible==2.6.9 gandi.cli==1.5 +``` + +These should be present on the localhost where you run Ansible. + ## Usage Include an entry in your `requirements.yml` like so.