From 545b87fd3ca0b8a4d5a022482c9e0cf25bb15066 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Thu, 2 Jul 2020 10:01:34 +0200 Subject: [PATCH] Remove useless sentence in README example --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c8ef1cf..4ff12cd 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,6 @@ Dependencies Example Playbook ---------------- -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 roles: - { role: galaxy-caddy.reverse, vhostname: none, reverse_location: localhost, reverse_port: 4242 }