Addded command to run the playbook

This commit is contained in:
Raphael 2025-03-03 08:17:20 +01:00
parent d507ca2dcf
commit 6f6ec9d81b

View file

@ -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
```