diff --git a/README.md b/README.md
index fe057a80dbac1caa234ffded1918c7cbb70c604c..1017844b0cb7823e0f35e284dcf4f49bc68c949a 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
 -------