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
@@ -8,8 +8,8 @@
|
||||
tasks:
|
||||
- name: Copy config to remote host
|
||||
copy:
|
||||
src: "{{ playbook_dir }}/{{ ssh_bastion_confing__name }}"
|
||||
dest: "{{ ssh_bastion_confing__name }}"
|
||||
src: "{{ playbook_dir }}/{{ ssh_bastion_config_name }}"
|
||||
dest: "{{ ssh_bastion_config_name }}"
|
||||
owner: "{{ ansible_user }}"
|
||||
group: "{{ ansible_user }}"
|
||||
mode: "0644"
|
||||
|
||||
Reference in New Issue
Block a user