From 66a6442d902636adc96f10b5f20e8f12b98a67ad Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 23 Sep 2020 09:54:08 +0200 Subject: [PATCH] Feat: host --- localhost.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/localhost.yml b/localhost.yml index 09017d2..85b6ecc 100644 --- a/localhost.yml +++ b/localhost.yml @@ -1,5 +1,6 @@ --- -- hosts: all +- hosts: 127.0.0.1 + connection: local become: true vars_files: - vars/default.yml