diff options
author | binary <me@rgoncalves.se> | 2021-02-14 18:35:30 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-02-14 18:35:30 +0100 |
commit | 473987f9e0ed2d6fe7585ea30634ed8d0a1dc721 (patch) | |
tree | e9d2403750dee9144a6c60055e467302eb488515 | |
parent | ba2e9935348edb13814b75a4822fe5d4dc8ba47a (diff) | |
download | infrastructure-473987f9e0ed2d6fe7585ea30634ed8d0a1dc721.tar.gz |
Point ansible to local connection for localhost
-rw-r--r-- | host_vars/localhost.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host_vars/localhost.yml b/host_vars/localhost.yml index 5429944..19b396d 100644 --- a/host_vars/localhost.yml +++ b/host_vars/localhost.yml @@ -4,3 +4,4 @@ --- ansible_host: 127.0.0.1 +ansible_connection: local |