From 6f6ec9d81bc5df6b32ab1b84b3622aa8687b7316 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 3 Mar 2025 08:17:20 +0100 Subject: [PATCH] Addded command to run the playbook --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3a46a06..975bdee 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # post_install +Befehl zur Ausführung: + +```bash +sudo dnf install ansible && sudo ansible-pull -U https://forgejo.wern3r.de/raphael/post_install.git install.yml +``` \ No newline at end of file