Skip to content
Snippets Groups Projects
Commit 0019d49c authored by nimrod's avatar nimrod
Browse files

Set the connection method.

In renew-hosts, I'm using a local connection and delegation breaks. So
set it for the hosts (better than doing it for each delegated task).
parent c094f59e
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ all:
vars:
# Force usage of Python3.
ansible_python_interpreter: python3
ansible_connection: ssh
children:
pkg_mgr_apt:
pkg_mgr_opkg:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment