From a6ac2abad82e2bd820dbc53ede45ef11b240b814 Mon Sep 17 00:00:00 2001
From: paul <paulmaruhn@posteo.de>
Date: Tue, 27 Oct 2020 14:44:36 +0100
Subject: [PATCH] update code snippets

---
 content/docs/Infrastruktur/Gateways.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/docs/Infrastruktur/Gateways.md b/content/docs/Infrastruktur/Gateways.md
index 315cc769..ca99029f 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
-- 
GitLab