From e751e1ec5537cbc16dbe7a68d053bf4c9c17f99d Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 12 Dec 2018 10:12:31 +0100 Subject: [PATCH] Fix(Songe): ssh public key path --- vars/Songe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/Songe.yml b/vars/Songe.yml index d318ab1..451cf70 100644 --- a/vars/Songe.yml +++ b/vars/Songe.yml @@ -1,7 +1,7 @@ --- me: "{{ deploy_users }}" # deploy_public_key: files/id_ed25519_home.pub -deploy_public_key: files/id_rsa_songe.pub +deploy_public_key: id_rsa_songe.pub minimal: true server: true