From a9c6b8a0d39219fe12790c3e33ca8646b865e676 Mon Sep 17 00:00:00 2001
From: Olaf Bohlen <olbohlen@eenfach.de>
Date: Tue, 25 Aug 2020 15:51:01 +0200
Subject: [PATCH] make role aware if a zone exists, also require python-27 as ansible modules for illumos are not python3 aware

---
 README.md |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index d7ac6f3..333d0de 100644
--- a/README.md
+++ b/README.md
@@ -153,13 +153,14 @@
 ----------------
 
 Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
-
+```
     - hosts: servers
       vars:
         - oizone:
 	    [... see above ..]
       roles:
          - role: oi-zone
+```
 
 License
 -------

--
Gitblit v1.9.3