Skip to content

fix(ansible): localhost playbooks now require connection: local in inventory

Rob Hirschfeld requested to merge ansible-fixes-local-connect into v4

Previously this was working as expected, but something changed These changes make the request for a local execution explicit instead of inferring it. Adds logging to help users know if local execution was requested.

Merge request reports

Loading