From a0abf6a843eeb60fd8599a6b4095abb167dbe643 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com>
Date: Wed, 23 Jun 2021 15:12:36 +0200
Subject: [PATCH] Add example playbook

---
 README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index fe057a8..1017844 100644
--- a/README.md
+++ b/README.md
@@ -23,11 +23,9 @@ This role requires the following collection (for make module) :
 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
+    - hosts: all
       roles:
-         - { role: username.rolename, x: 42 }
+         - { role: nagios_nrpe, tags: nrpe }
 
 License
 -------
-- 
GitLab