mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Fix typo in variable name: ssh_bastion_confing__name -> ssh_bastion_config_name (#13046)
This commit is contained in:
committed by
GitHub
parent
d80983875c
commit
ba55ece670
@@ -17,6 +17,6 @@
|
||||
delegate_to: localhost
|
||||
connection: local
|
||||
template:
|
||||
src: "{{ ssh_bastion_confing__name }}.j2"
|
||||
dest: "{{ playbook_dir }}/{{ ssh_bastion_confing__name }}"
|
||||
src: "{{ ssh_bastion_config_name }}.j2"
|
||||
dest: "{{ playbook_dir }}/{{ ssh_bastion_config_name }}"
|
||||
mode: "0640"
|
||||
|
||||
Reference in New Issue
Block a user