Unverified Commit 442f4e35 authored by Yifan Xiong's avatar Yifan Xiong Committed by GitHub
Browse files

Bug Fix - Fix Ansible connection issue in localhost (#135)

**Description**
Fix Ansible connection issue when running in localhost.
parent 76a611f7
......@@ -4,7 +4,7 @@
- name: Context Preparation
hosts: localhost
connection: localhost
connection: local
gather_facts: false
tasks:
- name: Generating SSH Config
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment