From 3acb721dba2bf58edcd0c6cb826fa01f1b55d2ab Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 2 Aug 2022 15:52:30 -0500 Subject: [PATCH] chore: use localhost as host --- inventories/inventory.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/inventories/inventory.yml b/inventories/inventory.yml index bc2d478..93affe7 100644 --- a/inventories/inventory.yml +++ b/inventories/inventory.yml @@ -1,9 +1,8 @@ all: hosts: - test-ubuntu: - # localhost: - # ansible_connection: local - # ansible_python_interpreter: "{{ ansible_playbook_python }}" + localhost: + ansible_connection: local + ansible_python_interpreter: "{{ ansible_playbook_python }}" vars: xdg_bin_home: "{{ ansible_env.HOME + '/.local/bin' }}" xdg_data_home: "{{ ansible_env.HOME + '/.local/share' }}"