diff --git a/content/docs/Infrastruktur/Gateways.md b/content/docs/Infrastruktur/Gateways.md
index 315cc7699d37d1a8839e9f8573f02a260e5aada9..ca99029f8ac2ff2e73289d5eec19ba1ef351f7d8 100644
--- a/content/docs/Infrastruktur/Gateways.md
+++ b/content/docs/Infrastruktur/Gateways.md
@@ -7,12 +7,12 @@ Die Gateways werden mit einem [ansible-playbook](https://git.luebeck.freifunk.ne
 
 Connectivity testen:
 ```
-ansible -m ping --inventory=hosts.yml all 
+ansible -m ping all 
 ```
 
 ansible facts anzeigen:
 ```
-ansible -m setup --inventory=hosts.yml all
+ansible -m setup all
 ```
 
 ### Bird