From efd2c3e08a2e3e78cd7d1e1939f7d30d81963f00 Mon Sep 17 00:00:00 2001
From: Lukas Koenen <lukas.koenen@h-da.de>
Date: Fri, 31 Mar 2023 13:49:46 +0200
Subject: [PATCH] docs: fix typo and and requirements

---
 README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ffb3d37..db51b01 100644
--- a/README.md
+++ b/README.md
@@ -28,10 +28,18 @@ certbot_application_deploy_hook: |
 Example Playbook
 ----------------
 
+```yaml
+# requirements.yaml
+roles:
+  - name: hdacloud.certbot
+    src: git+https://code.fbi.h-da.de/hdacloud/ansible_certbot
+    version: main
+```
+
 ```yaml
 - hosts: all
   roles:
-    - hdacloud.oauth2
+    - hdacloud.certbot
 ```
 
 License
-- 
GitLab