From 09f52b4925e24590d2ebdedf800901c4bdf24d2c Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sun, 2 Aug 2020 11:28:24 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20d'une=20clef=20ssh=20de=20d=C3=A9ploiem?= =?UTF-8?q?ent=20pour=20pyconfr-2020=20(pour=20github=20actions).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pycon.fr.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pycon.fr.yml b/pycon.fr.yml index a3f265c..574403e 100644 --- a/pycon.fr.yml +++ b/pycon.fr.yml @@ -2,7 +2,9 @@ - hosts: webservers vars: - nginx_public_deploy_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINbgxOufHY7SxQrJNTlHmye+xeNHBA1O5SGtGhGeOVZM" + nginx_public_deploy_key: | + ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINbgxOufHY7SxQrJNTlHmye+xeNHBA1O5SGtGhGeOVZM + ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIvF5rwjx5lpjzH6B4Uce9kZhz260kkwzYvIieR189Q1 tasks: - name: Basic setup include_role: name=common