From 63a5538ea4f1e46359947898b7815801752c91dc Mon Sep 17 00:00:00 2001 From: peusterm Date: Thu, 14 Jan 2016 16:33:50 +0100 Subject: [PATCH] typo --- ansible/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/install.yml b/ansible/install.yml index 6e1a1dc..c457343 100644 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -1,4 +1,4 @@ -hosts: localhost +- hosts: localhost tasks: - name: updates apt apt: update_cache=yes -- 2.17.1