From 45463d4e54ea759d4459ae7601b0f2fd5489b455 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 29 Mar 2020 09:12:01 +0200 Subject: [PATCH] Clarify env var usage --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3a06b11..e20ae9b 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,10 @@ You can test that everything is working by running the following. $ lexicon gandi list autonomic.zone A ``` +The `gandi_dns` module will provide the `PROVIDER` and +`LEXICON_GANDI_API_PROTOCOL` so you only need to pass +`LEXICON_GANDI_AUTH_TOKEN` to the task or expose it in the environment. + ## Usage Include an entry in your `requirements.yml` like so.