From b4db0ded2f0b3defc9e5d799a44ac4aa919761c5 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Thu, 2 Jul 2020 10:01:23 +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 4176846..537f863 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,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.http.sync, custom_errors: no, vhost_name: test, vhost_url: test.test, syncpath: path/to/some/directory }