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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ all:
  vars:
    # Force usage of Python3.
    ansible_python_interpreter: python3
    ansible_connection: ssh
  children:
    pkg_mgr_apt:
    pkg_mgr_opkg: