Message ID | 20250205155252.1317763-7-cel@kernel.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Replace terraform update_ssh_config module | expand |
diff --git a/scripts/ssh.Makefile b/scripts/ssh.Makefile index caa4bc797c48..150001d8bbbd 100644 --- a/scripts/ssh.Makefile +++ b/scripts/ssh.Makefile @@ -9,6 +9,7 @@ endif ifeq (y,$(CONFIG_KDEVOPS_SSH_CONFIG_UPDATE)) SSH_CONFIG_FILE:=$(subst ",,$(CONFIG_KDEVOPS_SSH_CONFIG)) ANSIBLE_EXTRA_ARGS += sshconfig=$(CONFIG_KDEVOPS_SSH_CONFIG) +ANSIBLE_EXTRA_ARGS += sshdir=$(shell dirname $(SSH_CONFIG_FILE)) endif PHONY += remove-ssh-key