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