From e793cbfb9569575264bdf88370c2fbd2e63b1572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Wed, 25 Apr 2018 12:27:31 +0200 Subject: [PATCH] re-order sections in doc --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 07569d2..b3a8922 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,6 @@ you can install it with: pip install jmespath ``` -## Role Variables - -TODO - -## Dependencies - -This role has no dependencies. - ## Example: Deploy an API on 3scale SaaS with hosted APIcast gateways If you want to deploy the classic "Echo API" on a SaaS 3scale instance using API Keys, @@ -106,6 +98,14 @@ The main parts are: - the `threescale-cicd` role is used. - `gather_facts: no` needs to be used since there is no SSH connection to the target systems. +## Role Variables + +TODO + +## Dependencies + +This role has no dependencies. + ## License BSD