From bf2b5e111cf3065aca79d97997c177ff3759595f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Fri, 11 Jun 2021 16:30:34 +0200 Subject: [PATCH] Fix example playbook --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 94c4f52..9e15eec 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,9 @@ The following role is used by Le Filament for deploying Traefik : docker_server 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: username.rolename, x: 42 } + - { role: docker_auth } vars: - { sso_url: "auth.example.org" } - { ldap_url: "ldap.example.org" } -- GitLab