mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-23 16:47:47 -02:30
Use connection: local when delegate_to: localhost (#6322)
This will avoid SSH connection on the local host
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
state: directory
|
||||
recurse: yes
|
||||
delegate_to: localhost
|
||||
connection: local
|
||||
delegate_facts: false
|
||||
run_once: true
|
||||
become: false
|
||||
|
||||
Reference in New Issue
Block a user