From 497b742935ef29e6ae4ee366ca1bf0d69ced7683 Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Tue, 24 Sep 2013 09:15:16 +0200 Subject: [PATCH] host: added another example --- system/host | 1 + 1 file changed, 1 insertion(+) diff --git a/system/host b/system/host index 9c0f603432d..ef7eca515ee 100644 --- a/system/host +++ b/system/host @@ -53,6 +53,7 @@ EXAMPLES = ''' - host: ip=127.0.0.1 hostname=localhost state=present - host: ip=127.0.0.1 hostname=localhost aliases=foobar.com,localhost.foobar.com - host: ip=192.168.1.1 state=absent +- host: hostname=www.example.com state=absent - host: ip=::1 hostname=localhost6 aliases=ip6-localhost,ip6-loopback '''