chore: use localhost as host

This commit is contained in:
Price Hiller 2022-08-02 15:52:30 -05:00
parent 458fb92ffd
commit 3acb721dba

View File

@ -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' }}"