From 928d67bf208185370c41493402b80cd702a8e608 Mon Sep 17 00:00:00 2001 From: oscarpocock Date: Sun, 22 May 2022 23:29:58 +0100 Subject: [PATCH] Changed hosts to localhost --- local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.yml b/local.yml index c0f1db7..a21b16c 100644 --- a/local.yml +++ b/local.yml @@ -1,4 +1,4 @@ -- hosts: all +- hosts: localhost connection: local vars_files: - 'vars/vault.yml'